Skip to content

Commit 18fe33a

Browse files
shuhaoshuhao
authored andcommitted
docs: point VSAG dependency to DataSys
1 parent dbfe855 commit 18fe33a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)