Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
model name sink parameter name for embedding settings should be OpenAIDeploymentName
  • Loading branch information
hsavran authored May 10, 2024
1 parent 86d2acc commit ad47381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extensions/Mongo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The sink settings require the following additional parameters:
- `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
- `OpenAIUrl`: The URL of the OpenAI API
- `OpenAIKey`: The API key for the OpenAI API
- `OpenAIDeploymentModel`: The deployment model to use for the OpenAI API
- `OpenAIDeploymentName`: The deployment model to use for the OpenAI API
- `SourcePropEmbedding`: The property in the source data that should be used to generate the embeddings
- `DestPropEmbedding`: New property name that will be added to the source data with the generated embeddings

Expand Down

0 comments on commit ad47381

Please sign in to comment.