Skip to content

Commit ad47381

Browse files
authored
Update README.md
model name sink parameter name for embedding settings should be OpenAIDeploymentName
1 parent 86d2acc commit ad47381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extensions/Mongo/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The sink settings require the following additional parameters:
4545
- `GenerateEmbedding`: If set to true, the sink will generate embeddings for the records before writing them to the database. The sink requires the `OpenAIUrl`, `OpenAIKey`, and `OpenAIDeploymentModel` parameters to be set. Following paramaters are required if this is true
4646
- `OpenAIUrl`: The URL of the OpenAI API
4747
- `OpenAIKey`: The API key for the OpenAI API
48-
- `OpenAIDeploymentModel`: The deployment model to use for the OpenAI API
48+
- `OpenAIDeploymentName`: The deployment model to use for the OpenAI API
4949
- `SourcePropEmbedding`: The property in the source data that should be used to generate the embeddings
5050
- `DestPropEmbedding`: New property name that will be added to the source data with the generated embeddings
5151

0 commit comments

Comments
 (0)