venice_create_embeddings
Generate text embeddings to enable semantic search and retrieval-augmented generation (RAG) for AI applications.
Instructions
Generate text embeddings for semantic search and RAG
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Text or array of texts to embed | |
| model | No | Embedding model | text-embedding-ada-002 |