fix(embeddings): replace deprecated gemini-embedding-exp-03-07 with gemini-embedding-001#5713
Conversation
…emini-embedding-001
Summary of ChangesHello @adolfousier, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request focuses on maintaining the currency of the Google Generative AI Embeddings by updating a model reference. The change ensures that the system utilizes the latest supported embedding model, thereby preventing potential compatibility issues and leveraging improved capabilities of the newer version. Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
The pull request successfully updates the models.json file to replace the deprecated gemini-embedding-exp-03-07 model with the new gemini-embedding-001 model. This change aligns with the stated objective of the pull request to use the updated model for Google Generative AI Embeddings. The change is straightforward and correctly implemented.
|
I just noticed that the other two models in the gemini embeddings node are deprecated, not only exp 03-07. The only available now is the gemini-embedding-001 |
…emini-embedding-001 (FlowiseAI#5713) * fix(embeddings): replace deprecated gemini-embedding-exp-03-07 with gemini-embedding-001 * chore(docker): build from source Dockerfile instead of DockerHub image * Update docker-compose.yml * Update models.json --------- Co-authored-by: Henry Heng <henryheng@flowiseai.com>
Summary
gemini-embedding-exp-03-07model with the newgemini-embedding-001in Google Generative AI Embeddings nodeTest plan