Must filters require all specified conditions to be true. Use must filters when you need strict requirements, such as filtering by user permissions, availability status, or regulatory constraints.Documentation Index
Fetch the complete documentation index at: https://docs.vectoraidb.actian.com/llms.txt
Use this file to discover all available pages before exploring further.
Before you begin, make sure you have a running VectorAI DB instance and a
products collection with 128-dimensional vectors and payload fields: category (string) and price (float).id: The unique identifier of the matching point.score: Similarity score based on vector distance.payload: Full metadata dictionary for the matching point.