Skip to content

Commit

Permalink
Merge pull request #128 from hsavran/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
bowencode authored May 23, 2024
2 parents 86d2acc + ad47381 commit 3fc3f32
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 3fc3f32

Please sign in to comment.