- 7-8월 초기 구축 문서 12개를 _archive/troubleshooting/2025_07-08_initial_setup/로 이동 - book/300_architecture/390_human_in_the_loop_intent_learning.md를 journey/research/intent_classification/로 이동 (개발 여정 문서) - 빈 폴더 제거 (journey/assets/*)
463 B
463 B
Approximate Nearest Neighbor Search in High Dimensions
- Authors: P. Indyk, R. Motwani
- Year: 1998
- Summary: A seminal paper on Approximate Nearest Neighbor (ANN) search algorithms. It introduces techniques like Locality-Sensitive Hashing (LSH) that allow for sub-linear time search in high-dimensional spaces, which is the foundation for fast memory retrieval in modern vector databases.
- Link: https://dl.acm.org/doi/10.1145/276698.276876