File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Add a new `source` field to your embedder object:
4848``` json
4949{
5050 "products-openai" : {
51- "source" : " openai "
51+ "source" : " openAi "
5252 }
5353}
5454```
@@ -64,7 +64,7 @@ Add a new `model` field to your embedder object:
6464``` json
6565{
6666 "products-openai" : {
67- "source" : " openai " ,
67+ "source" : " openAi " ,
6868 "model" : " text-embedding-3-small"
6969 }
7070}
@@ -81,7 +81,7 @@ Add the `apiKey` field to your embedder:
8181``` json
8282{
8383 "products-openai" : {
84- "source" : " openai " ,
84+ "source" : " openAi " ,
8585 "model" : " text-embedding-3-small" ,
8686 "apiKey" : " OPEN_AI_API_KEY" ,
8787 }
@@ -103,7 +103,7 @@ A good template should be short and only include the most important information
103103``` json
104104{
105105 "products-openai" : {
106- "source" : " openai " ,
106+ "source" : " openAi " ,
107107 "model" : " text-embedding-3-small" ,
108108 "apiKey" : " OPEN_AI_API_KEY" ,
109109 "documentTemplate" : " An object used in a kitchen named '{{doc.name}}'"
You can’t perform that action at this time.
0 commit comments