This is an automated email from the ASF dual-hosted git repository.
airborne pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 1aecd82cfcc update sidebar (#3147)
1aecd82cfcc is described below
commit 1aecd82cfccfc71113dffcd9dd337e03c07ca20a
Author: ivin <[email protected]>
AuthorDate: Wed Dec 3 09:12:02 2025 +0800
update sidebar (#3147)
## Versions
- [x] dev
- [x] 4.x
- [ ] 3.x
- [ ] 2.1
## Languages
- [x] Chinese
- [x] English
## Docs Checklist
- [ ] Checked by AI
- [ ] Test Cases Built
---
sidebars.ts | 1 +
versioned_sidebars/version-4.x-sidebars.json | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/sidebars.ts b/sidebars.ts
index 471594deaf8..6e45f2ca010 100644
--- a/sidebars.ts
+++ b/sidebars.ts
@@ -410,6 +410,7 @@ const sidebars: SidebarsConfig = {
items: [
'ai/vector-search/overview',
'ai/vector-search/hnsw',
+ 'ai/vector-search/ivf',
],
},
],
diff --git a/versioned_sidebars/version-4.x-sidebars.json
b/versioned_sidebars/version-4.x-sidebars.json
index 375c286a08e..a56c8790b59 100644
--- a/versioned_sidebars/version-4.x-sidebars.json
+++ b/versioned_sidebars/version-4.x-sidebars.json
@@ -416,7 +416,8 @@
"label": "Vector Search",
"items": [
"ai/vector-search/overview",
- "ai/vector-search/hnsw"
+ "ai/vector-search/hnsw",
+ "ai/vector-search/ivf"
]
}
]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]