File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 branch = master
1717[submodule "algorithms_impl/vsag "]
1818 path = algorithms_impl/vsag
19- url = https://github.com/intellistream /vasg.git
19+ url = https://github.com/DataSysResearch /vasg.git
2020 branch = main
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ DATASETS['mydataset'] = lambda: MyDataset()
109109| faiss_HNSW_Optimized | Graph index | HNSW with Gorder optimization |
110110| faiss_IVFPQ | Quantization | Inverted file + product quantization |
111111| diskann | Graph index | DiskANN |
112- | vsag_hnsw | Graph index | VSAG HNSW |
112+ | vsag_hnsw | Graph index | [ DataSys-maintained VSAG derivative ] ( https://github.com/DataSysResearch/vasg ) |
113113
114114### Add a new algorithm
115115
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ DATASETS['mydataset'] = lambda: MyDataset()
8686| faiss_HNSW_Optimized | 图索引 | 支持 Gorder 优化的 HNSW |
8787| faiss_IVFPQ | 量化 | 倒排文件 + 乘积量化 |
8888| diskann | 图索引 | DiskANN |
89- | vsag_hnsw | 图索引 | VSAG HNSW |
89+ | vsag_hnsw | 图索引 | [ DataSys 维护的 VSAG 定制版本 ] ( https://github.com/DataSysResearch/vasg ) |
9090
9191### 添加新算法
9292
You can’t perform that action at this time.
0 commit comments