Documentation Index
Fetch the complete documentation index at: https://docs.camel-ai.org/llms.txt
Use this file to discover all available pages before exploring further.
GeminiEmbedding
- model_type (EmbeddingModelType, optional): The model type to be used for text embeddings. (default: :obj:
GEMINI_EMBEDDING_EXP) - api_key (str, optional): The API key for authenticating with the Gemini service. (default: :obj:
None) - dimensions (int, optional): The text embedding output dimensions. (default: :obj:
None) - task_type (GeminiEmbeddingTaskType, optional): The task type for which to optimize the embeddings. (default: :obj:
None)
init
embed_list
- objs (list[str]): The texts for which to generate the embeddings. **kwargs (Any): Extra kwargs passed to the embedding API.