nv_embed
Convert texts into vector embeddings using NVIDIA's AI models. Select a model or use the default, and save the vectors to a file when needed.
Instructions
Embed texts. Returns shape and stats; write vectors to disk with save_to.
Args: texts: strings to embed. model: embedding model id. Defaults to the best available one. save_to: optional file path to write the vectors as JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | ||
| texts | Yes | ||
| save_to | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |