-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for VertexAI for Gemini LLM and Embedding #46
Comments
Thank you @tsibg both for engaging and also for the PR. Let's get it merged in. |
Support Gemini LLM and Embeddings on VertexAI #46
Thanks for merging it. Just a few ideas for future implementations:
Closing this issue as my use case is fully covered with the merge. Thanks again for the fast collab! |
Published new version I like the idea of natively supporting multimodal. RAG is still useful in a multimodal setup. I will start a discussion thread on the best way to go ahead with support for this in the library. |
I am interested in support for Gemini models, preferably on VertexAI by Google Cloud Platform.
The Gemini 1.5 Pro supports up to 1M Context, which could open a bunch of possibilities for grounding and RAG. Further more it is multimodal (text, images, audio, PDFs, code, videos).
Resources for the integration:
LLM and Embedding models on VertexAI:
Langchain LLM support for VertexAI and all Gemini models:
Langchain Embeddings on VertexAI (Expirimental):
Supports both
textembedding-gecko
andmultimodalembedding@001
I'm currently working on the integration, it looks pretty straight forward.
Will also submit a PR, if the authors are interested.
P.S. Thanks for creating this library, well structured and easy to use.
The text was updated successfully, but these errors were encountered: