Skip to main content
Filtered search combines vector similarity with metadata conditions. Results must match both your query similarity and filter criteria. The filter conditions evaluate alongside vector similarity, not instead of it. VectorAI DB finds similar vectors that also meet your criteria. Use filtered search to combine semantic search with business rules like:
  • Price ranges
  • Availability status
  • Category restrictions
Learn more about filter syntax and operators in the filtering documentation.
Each result includes these fields:
  • id: The unique identifier of the matching point.
  • score: Similarity score for points that passed the filter.
  • payload: Metadata dictionary showing filtered attributes.