Skip to content

Commit 644ecc6

Browse files
authored
fix repo link (#575)
### What problem were solved in this pull request? Issue Number: close #xxx Problem: ### What is changed and how it works? ### Other information
1 parent 6f469d4 commit 644ecc6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/docs/db_course_lab/lab4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ create table stock (s_i_id int, s_w_id int, s_quantity int, s_dist_01 char(24),
120120

121121
TPC-C 测试:https://www.tpc.org/tpcc/
122122

123-
TPC-C 测试脚本:https://github.com/nautaa/py-tpcc/tree/miniob
123+
TPC-C 测试脚本:https://github.com/oceanbase/py-tpcc/tree/miniob

docs/docs/game/miniob-vectordb.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ SELECT * FROM TAB_VEC ORDER BY L2_DISTANCE(B, '[1,2,3]') LIMIT 1;
144144
[ann-benchmarks](https://github.com/erikbern/ann-benchmarks) 是一个用于评估近似最近邻(Approximate Nearest Neighbor, ANN)搜索算法性能的工具和框架。我们使用 ann-benchmarks 来测试 MiniOB 向量搜索相关功能。
145145
本地运行支持 MiniOB 的 ann-benchmarks 测试的步骤如下:
146146

147-
赛题测试程序中运行的 ann-benchmarks 只针对 `fashion-mnist-784-euclidean` 数据集进行测试,`--runs` 参数为1,测试使用的 python 脚本与 [ann-benchmarks](https://github.com/nautaa/ann-benchmarks/tree/miniob_ann) 完全相同,指定向量索引参数 `probes = 5, lists = 245`
147+
赛题测试程序中运行的 ann-benchmarks 只针对 `fashion-mnist-784-euclidean` 数据集进行测试,`--runs` 参数为1,测试使用的 python 脚本与 [ann-benchmarks](https://github.com/oceanbase/ann-benchmarks/tree/miniob) 完全相同,指定向量索引参数 `probes = 5, lists = 245`
148148
测试程序不对性能做过多的限制,满足如下要求即为通过:
149149

150150
1. 要求在 10 分钟内完成 ann-benchmarks 的整个运行(即包括:插入数据,创建索引,ANN 查询,不包括下载数据集的时间)。
@@ -158,7 +158,7 @@ SELECT * FROM TAB_VEC ORDER BY L2_DISTANCE(B, '[1,2,3]') LIMIT 1;
158158

159159
* 下载 ann-benchmarks 代码
160160
```
161-
git clone https://github.com/nautaa/ann-benchmarks.git -b miniob_ann
161+
git clone https://github.com/oceanbase/ann-benchmarks.git -b miniob
162162
```
163163
* 安装所需 python 依赖
164164
```
@@ -215,4 +215,4 @@ SELECT * FROM TAB_VEC ORDER BY L2_DISTANCE(B, '[1,2,3]') LIMIT 1;
215215

216216
[ivfflat 原理介绍](https://www.timescale.com/blog/nearest-neighbor-indexes-what-are-ivfflat-indexes-in-pgvector-and-how-do-they-work/)
217217

218-
[支持 MiniOB 的 ann-benchmarks fork 仓库](https://github.com/nautaa/ann-benchmarks/tree/miniob_ann)
218+
[支持 MiniOB 的 ann-benchmarks fork 仓库](https://github.com/oceanbase/ann-benchmarks/tree/miniob)

0 commit comments

Comments
 (0)