Embeddings Open Ai¶
Node: embeddingsOpenAi · Full type: @n8n/n8n-nodes-langchain.embeddingsOpenAi · Version: 1.2
Credentials¶
openAiApi (alias: @open)
Parameters¶
| Parameter | Type | Default | Details |
|---|---|---|---|
model |
options | "text-embedding-ada-002" | |
options |
collection | {} | keys: dimensions, baseURL, batchSize, stripNewLines, timeout, encodingFormat |
options children:
| Parameter | Type | Default | Details |
|---|---|---|---|
dimensions |
options | 1536 | 256, 512, 1024, 1536, 3072 |
baseURL |
string | "https://api.openai.com/v1" | |
batchSize |
number | 512 | |
stripNewLines |
boolean | true | |
timeout |
number | -1 | |
encodingFormat |
options | "float" | float, base64 |