You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Extensions/Mongo/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ The sink settings require the following additional parameters:
45
45
-`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
46
46
-`OpenAIUrl`: The URL of the OpenAI API
47
47
-`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
49
49
-`SourcePropEmbedding`: The property in the source data that should be used to generate the embeddings
50
50
-`DestPropEmbedding`: New property name that will be added to the source data with the generated embeddings
0 commit comments