get_local_embeddings
Convert text into vector embeddings using local models. Supports single strings or batches, enabling semantic search, RAG, and similarity analysis without cloud dependence.
Instructions
Generate vector representations of text using a local model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Text to embed (string or array of strings) | |
| model | No | Optional: Embedding model ID. Auto-selected if omitted. |