Google Gemini
Chroma provides a convenient wrapper around Google’s Generative AI embedding API. This embedding function runs remotely on Google’s servers, and requires an API key. You can get an API key by signing up for an account at Google MakerSuite.- Python
- TypeScript
This embedding function relies on the You can view a more complete example chatting over documents with Gemini embedding and langauge models.For more info - please visit the official Google python docs.
google-generativeai python package, which you can install with pip install google-generativeai.