File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -514,7 +514,7 @@ indexes created by running the migration:
514514 "fields": [ {
515515 "type": "vector",
516516 "numDimensions": 4,
517- "path": "vector4 ",
517+ "path": "embeddings ",
518518 "similarity": "cosine"
519519 } ]
520520 },
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ You can create an Atlas Search index in either of the following ways:
6464 :ref:`laravel-schema-builder-atlas-idx` section of the Schema Builder guide.
6565
6666- Access a collection, then call the
67- :phpmethod:`createSearchIndex() <MongoDB\\Collection::createSearchIndex()>`
67+ :phpmethod:`createSearchIndex() <phpmethod. MongoDB\\Collection::createSearchIndex()>`
6868 method from the {+php-library+}, as shown in the following code:
6969
7070 .. code-block:: php
Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ You can create an Atlas Search index in either of the following ways:
6464 :ref:`laravel-schema-builder-atlas-idx` section of the Schema Builder guide.
6565
6666- Access a collection, then call the
67- :phpmethod:`createSearchIndex() <MongoDB\\Collection::createSearchIndex()>`
67+ :phpmethod:`createSearchIndex() <phpmethod. MongoDB\\Collection::createSearchIndex()>`
6868 method from the {+php-library+}. You must specify the ``type`` option as
6969 ``'vectorSearch'``, as shown in the following code:
70-
70+
7171 .. code-block:: php
7272
7373 $collection = DB::connection('mongodb')->getCollection('movies');
You can’t perform that action at this time.
0 commit comments