Skip to main content
Adding a must-not condition excludes any result where that condition is true. Use must-not conditions to remove unwanted results, such as filtering out discontinued products or blocked content.
This page uses a products collection with 128-dimensional vectors and payload fields: category (string) and price (float).
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.