From ad47381af74fe1b913e7773a02ec0c0736b2732c Mon Sep 17 00:00:00 2001 From: Hasan Savran Date: Fri, 10 May 2024 08:40:00 -0400 Subject: [PATCH] Update README.md model name sink parameter name for embedding settings should be OpenAIDeploymentName --- Extensions/Mongo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extensions/Mongo/README.md b/Extensions/Mongo/README.md index f491f2e..cfec8af 100644 --- a/Extensions/Mongo/README.md +++ b/Extensions/Mongo/README.md @@ -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