File tree 1 file changed +4
-4
lines changed
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:
48
48
``` json
49
49
{
50
50
"products-openai" : {
51
- "source" : " openai "
51
+ "source" : " openAi "
52
52
}
53
53
}
54
54
```
@@ -64,7 +64,7 @@ Add a new `model` field to your embedder object:
64
64
``` json
65
65
{
66
66
"products-openai" : {
67
- "source" : " openai " ,
67
+ "source" : " openAi " ,
68
68
"model" : " text-embedding-3-small"
69
69
}
70
70
}
@@ -81,7 +81,7 @@ Add the `apiKey` field to your embedder:
81
81
``` json
82
82
{
83
83
"products-openai" : {
84
- "source" : " openai " ,
84
+ "source" : " openAi " ,
85
85
"model" : " text-embedding-3-small" ,
86
86
"apiKey" : " OPEN_AI_API_KEY" ,
87
87
}
@@ -103,7 +103,7 @@ A good template should be short and only include the most important information
103
103
``` json
104
104
{
105
105
"products-openai" : {
106
- "source" : " openai " ,
106
+ "source" : " openAi " ,
107
107
"model" : " text-embedding-3-small" ,
108
108
"apiKey" : " OPEN_AI_API_KEY" ,
109
109
"documentTemplate" : " An object used in a kitchen named '{{doc.name}}'"
You can’t perform that action at this time.
0 commit comments