create_embedding
Generate vector embeddings from text or arrays of text using a specified LiteLLM model, enabling semantic search, clustering, and similarity measurements.
Instructions
Generate embeddings using LiteLLM
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Text or array of texts to embed | |
| model | Yes | The embedding model to use (e.g., text-embedding-ada-002) |