From c530b65f8cf1b3b6bb634de2b0e97f8a3611f0cb Mon Sep 17 00:00:00 2001 From: Oleg Ivaniv Date: Mon, 29 Jan 2024 16:10:49 +0100 Subject: [PATCH] Add model parameter doc for OpenAI embeddings --- .../sub-nodes/n8n-nodes-langchain.embeddingsopenai.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsopenai.md b/docs/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsopenai.md index 4e54c78a46e..675cd66c9f7 100644 --- a/docs/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsopenai.md +++ b/docs/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsopenai.md @@ -22,6 +22,7 @@ For usage examples and templates to help you get started, refer to n8n's [OpenAI ## Node options +* **Model**: The model to use for generating embeddings. * **Base URL**: the URL to send the request to. Use this if you are using a self-hosted OpenAI-like model. * **Batch Size**: maximum number of documents to send in each request. * **Strip New Lines**: whether to remove new line characters from input text. n8n enables this by default.