Skip to content

Commit

Permalink
Merge pull request #1866 from n8n-io/openai-embeddingas-model-parameter
Browse files Browse the repository at this point in the history
Add model parameter doc for OpenAI embeddings
  • Loading branch information
Deborah authored Jan 31, 2024
2 parents 1bc7a69 + c530b65 commit afb2cd8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit afb2cd8

Please sign in to comment.