Sentence Transformer Embedder is a class that allows you to embed documents using Hugging Face’s sentence-transformers library, providing access to a wide range of open-source embedding models that can run locally.Documentation Index
Fetch the complete documentation index at: https://docs-v1.agno.com/llms.txt
Use this file to discover all available pages before exploring further.
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 |