Skip to content

Commit 7de7b4f

Browse files
committed
code example
1 parent 38b7289 commit 7de7b4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/includes/indexes/indexes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"type": "vector",
100100
"numDimensions": <number of dimensions>,
101101
"path": "<field to index>",
102-
"similarity": <select from "euclidean", "cosine", "dotProduct">
102+
"similarity": "<select from euclidean, cosine, dotProduct>"
103103
}
104104
]
105105
},
@@ -129,7 +129,7 @@
129129
"type": "vector",
130130
"numDimensions": <number of dimensions>,
131131
"path": "<field to index>",
132-
"similarity": <select from "euclidean", "cosine", "dotProduct">
132+
"similarity": "<select from euclidean, cosine, dotProduct>"
133133
}
134134
]
135135
},

source/indexes/atlas-search-index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ date, objectId, numeric, string, or UUID values that you want to use to
3636
pre-filter your data.
3737

3838
You can call the following methods on a collection to manage your Atlas Search
39-
and vector Search indexes:
39+
and Vector Search indexes:
4040

4141
- ``create_search_index()``
4242
- ``create_search_indexes()``

0 commit comments

Comments
 (0)