hnswlib: High-performance Nearest Neighbor Search Library, Yu. Malkov and D. Yashunin, 2024 (GitHub) - The official repository for the highly optimized C++/Python implementation of the HNSW algorithm, used widely in practical applications.
Vector Databases: A Guide to Next-Generation Search Applications, Stephen Smith, 2023 (O'Reilly Media) - Provides a practical perspective on vector databases, with HNSW being a fundamental component discussed in the context of real-world search applications.