Parameters
| Parameter | Type | Description | Default |
|---|---|---|---|
id | str | The model ID or path to use for embeddings | "sentence-transformers/all-MiniLM-L6-v2" |
sentence_transformer_client | Optional[SentenceTransformer] | Pre-configured SentenceTransformer instance | None |
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
You are viewing v1 docs. For the latest documentation, visit docs.agno.com
| Parameter | Type | Description | Default |
|---|---|---|---|
id | str | The model ID or path to use for embeddings | "sentence-transformers/all-MiniLM-L6-v2" |
sentence_transformer_client | Optional[SentenceTransformer] | Pre-configured SentenceTransformer instance | None |
Was this page helpful?