You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(chains): Add Google Generative AI Embeddings as an option
Adds support for Google's Generative AI Embeddings as an optional embedding model for Langchain.
This model can be selected using the `EMBEDDING_MODEL` environment variable, and requires a valid Google API key to be set via the `GOOGLE_API_KEY` environment variable.
The embedding model is configured with a model dimension of 768.
Signed-off-by: Joseph Villarreal Lopez <[email protected]>
0 commit comments