Skip to content

Commit 392abc3

Browse files
committed
fix
1 parent 4a5b20b commit 392abc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/model-data/indexes.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ To create a vector search index, assign the ``indexes`` option in your model's
257257
- ``name``: *(Optional)* The name of your Atlas Vector Search index. If you do not
258258
specify this argument, {+framework+} automatically generates an index name.
259259
- ``fields``: The fields you want to index. At least one must be a vector
260-
field, represented by an array of ``FloatField`` or ``IntegerField`` values and an
261-
array size.
260+
field, represented by an array of ``FloatField`` or ``IntegerField`` values with
261+
a size.
262262
- ``similarities``: The :atlas:`similarity function </atlas-vector-search/vector-search-type/#std-label-avs-similarity-functions>`
263263
to use. You can use the ``"cosine"``, ``"dotProduct"``, or ``"euclidean"``
264264
similarity function. Specify the function as a single string value or a list

0 commit comments

Comments
 (0)