local_embed
Convert lists of texts into embedding vectors for similarity comparisons, duplicate detection, or topic-based sorting without invoking a large language model.
Instructions
Computes embedding vectors for a list of texts.
Useful for similarity comparisons, duplicate detection or a rough sort by
topic, without troubling a large language model.
Args:
texts: List of texts to embed.
model: Embedding model, with Ollama preset to 'nomic-embed-text'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | nomic-embed-text | |
| texts | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||