Tools
Embeddings
Generate Open AI embeddings
Usage Instructions
Integrate Embeddings into the workflow. Can generate embeddings from text.
Tools
openai_embeddings
Generate embeddings from text using OpenAI's embedding models
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
input | string | Yes | Text to generate embeddings for |
model | string | No | Model to use for embeddings |
apiKey | string | Yes | OpenAI API key |
Output
| Parameter | Type | Description |
|---|---|---|
success | boolean | Operation success status |
output | object | Embeddings generation results |
Notes
- Category:
tools - Type:
openai