Efficient Constrained Nearest Neighbor Search for Large-Scale Recommendation Systems, Zheng Shen, Shihua Zhang, Chuanqi Liu, Dehui Xu, Ruimao Li, 2020Proceedings of the VLDB Endowment, Vol. 14 (VLDB Endowment)DOI: 10.14778/3429329.3429337 - This academic paper presents techniques for integrating constraints, akin to metadata filters, directly into nearest neighbor search for large-scale systems. It offers insights into performance implications and strategies similar to pre-filtering methods.
Filtering vector search results, Pinecone, 2024 (Pinecone) - This official documentation from a leading vector database provides practical guidance and an industry perspective on implementing metadata filtering, including a discussion of the trade-offs between pre- and post-filtering.
How to filter vector search results in Milvus, Milvus Team, 2024 (Milvus) - This documentation from an open-source vector database offers another practical example of how filtering is handled, which can illustrate different implementation details or hybrid strategies in a real-world system.