Dynamic k-Nearest Neighbor Search on a Graph Index, Xin Li, Yu Cheng, Hongning Wang, and Ruixiang Tang, 2020Proceedings of the VLDB Endowment, Vol. 13 (VLDB Endowment)DOI: 10.14778/3400766.3400769 - This academic paper addresses the problem of effectively maintaining k-nearest neighbor graph indexes with dynamic data (insertions and deletions), proposing methods to adapt to changes while preserving search quality, directly reflecting challenges discussed in the section.
Consistency, Milvus, 2024 (Zilliz) - This official documentation from Milvus, a popular open-source vector database, offers practical information on consistency models (e.g., eventual consistency, bounded staleness) and update propagation approaches in a distributed vector search system, which is directly relevant to the production challenges discussed.