Gemini
To use Gemini embeddings, you need to import GeminiEmbedding
from @llamaindex/google
.
Installation
Per default, GeminiEmbedding
is using the gemini-pro
model. You can change the model by passing the model
parameter to the constructor.
For example:
API Reference
Edit on GitHub
Last updated on