Embeddings
Generate Open AI embeddings
Configuration
Input Text*
Enter text to generate embeddings for
Model
Select...
API Key*
••••••••
Tools
openai_embeddings
Generate embeddings from text using OpenAI
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
input | string | Yes | Text to generate embeddings for |
model | string | No | Model to use for embeddings |
encodingFormat | string | No | The format to return the embeddings in |
apiKey | string | Yes | OpenAI API key |
Output
| Parameter | Type | Description |
|---|---|---|
success | boolean | Operation success status |
embeddings | array | Array of embedding vectors |
model | string | Model used for generating embeddings |
prompt_tokens | number | Number of tokens in the prompt |
Usage Instructions
Integrate Embeddings into the workflow. Can generate embeddings from text.
Notes
- Category:
tools - Type:
openai