Skip to content

Commit 8f224b4

Browse files
authored
Fix example in vector search (#2687)
1 parent cd95983 commit 8f224b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn/experimental/vector_search.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ curl \
4949
--data-binary '{
5050
"embedders": {
5151
"default": {
52-
"source": "openAI",
52+
"source": "openAi",
5353
"apiKey": "anOpenAiApiKey",
5454
"model": "text-embedding-ada-002",
5555
"documentTemplate": "A movie titled '{{doc.title}}' whose description starts with {{doc.overview|truncatewords: 20}}"

0 commit comments

Comments
 (0)