



Joint Attribute Graphs for Filtered Nearest Neighbor Search, a research paper that addresses the challenge of combining vector similarity search with attribute filtering. JAG presents a novel index structure that efficiently handles filtered ANN queries common in real-world applications.
Loading more......
JAG (Joint Attribute Graphs) is a 2026 research paper that tackles filtered nearest neighbor search—a critical challenge where vector similarity search must be combined with attribute constraints (e.g., "find similar products that are in stock and under $50").
Traditional ANN indexes optimize for pure similarity search but struggle when queries include metadata filters. Common approaches either:
JAG proposes a unified graph-based index structure that jointly models:
The approach builds graph connections that are aware of both vector proximity and attribute values, enabling efficient traversal that respects filter conditions.
The paper introduces:
Filtered vector search is increasingly important as real-world applications require combining semantic similarity with business logic and metadata constraints. JAG represents advancement in making this combination efficient at scale.
Published as arXiv preprint arXiv:2602.10258 (2026) by Xu, Haike, et al.