From 4808afc686c5297582d08d26e1766b7731f61e4c Mon Sep 17 00:00:00 2001 From: Andy Lee Date: Sun, 5 Oct 2025 17:58:57 -0700 Subject: [PATCH] docs: point DiskANN link to public PDF --- docs/configuration-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration-guide.md b/docs/configuration-guide.md index ac170f1..3e7140d 100644 --- a/docs/configuration-guide.md +++ b/docs/configuration-guide.md @@ -455,5 +455,5 @@ Conclusion: - [Lessons Learned Developing LEANN](https://yichuan-w.github.io/blog/lessons_learned_in_dev_leann/) - [LEANN Technical Paper](https://arxiv.org/abs/2506.08276) -- [DiskANN Original Paper](https://papers.nips.cc/paper/2019/file/09853c7fb1d3f8ee67a61b6bf4a7f8e6-Paper.pdf) +- [DiskANN Original Paper](https://suhasjs.github.io/files/diskann_neurips19.pdf) - [SSD-based Graph Partitioning](https://github.com/SonglinLife/SSD_BASED_PLAN)