Skip to content

Commit 51e4356

Browse files
authored
Merge pull request #92 from Halukisan/dev
update
2 parents a96c173 + fbf5b57 commit 51e4356

5 files changed

Lines changed: 270 additions & 21 deletions

File tree

docs/.vitepress/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ export default defineConfig({
7575
{
7676
text: 'Chapter 5 · 向量ANN搜索算法',
7777
items: [
78+
{ text: 'FLAT暴力算法', link: '/base/chapter5/FLAT暴力算法' },
7879
{ text: 'ANN搜索算法', link: '/base/chapter5/ANN搜索算法' },
7980
{ text: 'IVF算法', link: '/base/chapter5/IVF算法' },
8081
{ text: 'HNSW算法', link: '/base/chapter5/HNSW算法' },

0 commit comments

Comments
 (0)