ollama_embed_text
Generate text embeddings with local models for semantic search, similarity comparisons, and clustering. Offload routine embedding tasks to save Claude tokens.
Instructions
Generate text embeddings using local embedding models like nomic-embed-text. Ideal for batch embedding tasks, semantic search, similarity comparisons, and clustering. Use this for routine embedding generation to save Claude tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to embed | |
| model | No | Embedding model name | nomic-embed-text |