GET BY PREDICATE
Retrieve every entry whose metadata satisfies a predicate — filtering by attributes, not by vector.
Syntax
GET BY PREDICATE (<predicate>) IN <store_name>GET BY PREDICATE (<predicate>) IN <store_name> SCHEMA analyticsExample
GET BY PREDICATE (lang = "en") IN my_storeSee SDK examples for Python, Node, Go, and Rust.