Skip to content

Commit

Permalink
Update src/components/InteractiveTutorial/MdxPages/Multivectors.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Anush  <[email protected]>
  • Loading branch information
davidmyriel and Anush008 committed Sep 16, 2024
1 parent 4d02abe commit 0fb5d19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ PUT collections/multivector_collection/points

## Step 3: Query the collection

To perform a search with multivectors, you can pass multiple query vectors. Qdrant will compare the query vectors against the multivectors stored in each point and return the most similar results based on the comparator defined in the collection (`max_sim`). You can also request the payloads to be returned along with the search results.
To perform a search with multivectors, you can pass multiple query vectors. Qdrant will compare the query vectors against the multivectors stored in each point and return the most similar results based on the comparator defined for the collection (`max_sim`). You can also request the payloads to be returned along with the search results.

Run the following request to search with multivectors and retrieve the payloads:

Expand Down

0 comments on commit 0fb5d19

Please sign in to comment.