Skip to content

Commit 00d0c05

Browse files
committed
link
1 parent 392abc3 commit 00d0c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/model-data/indexes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ To create a vector search index, assign the ``indexes`` option in your model's
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
260260
field, represented by an array of ``FloatField`` or ``IntegerField`` values with
261-
a size.
261+
a `size <{+api+}ref/models/fields/#django_mongodb_backend.fields.ArrayField.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)