Skip to content

Commit

Permalink
Add model parameter doc for OpenAI embeddings
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIvaniv committed Jan 29, 2024
1 parent b40ea50 commit c530b65
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 c530b65

Please sign in to comment.