We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4108a4b commit 13130edCopy full SHA for 13130ed
docs/.vitepress/config.js
@@ -39,7 +39,7 @@ export default defineConfig({
39
nav: [
40
{ text: '首页', link: '/' },
41
{ text: '向量基础', link: '/base/chapter1/项目介绍' },
42
- { text: 'Faiss 教程', link: '/Faiss/chapter1/引言.md' },
+ { text: 'Faiss 教程', link: '/Faiss/chapter1/FAISS入门与环境搭建' },
43
{ text: 'Milvus 教程', link: '/Milvus/chapter1/Milvus 介绍' },
44
{ text: 'Annoy 教程', link: '/Annoy/chapter1/Annoy 介绍' },
45
{ text: '实战项目', link: '/projects/' }
0 commit comments