Skip to main content
Combine must, should, and must-not filter types to create complex queries. This approach handles scenarios requiring strict requirements, flexible alternatives, and explicit exclusions.
This page uses a products collection with 128-dimensional vectors and payload fields: category (string), price (float), rating (float), and condition (string).
Each result includes these fields:
  • id: The unique identifier of the matching point.
  • score: Similarity score based on vector distance.
  • payload: Full metadata dictionary for the matching point.