mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
misc docs
This commit is contained in:
parent
b57a05e2e8
commit
4b140f7294
6 changed files with 113 additions and 24 deletions
|
|
@ -48,6 +48,7 @@ const guides = {
|
|||
collapsed: true,
|
||||
items: [
|
||||
{ text: "Performance", link: "/guides/performance" },
|
||||
|
||||
{
|
||||
text: "Vector operations",
|
||||
items: [
|
||||
|
|
@ -136,10 +137,16 @@ function sidebar(): DefaultTheme.SidebarItem[] {
|
|||
text: "Installation",
|
||||
link: "/installation",
|
||||
},
|
||||
{
|
||||
text: "Quick Start",
|
||||
link: "/quickstart",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
text: "Features",
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: "Vector formats", link: "/vector-formats" },
|
||||
{ text: "KNN queries", link: "/knn" },
|
||||
{ text: "vec0 virtual vables", link: "/vec0" },
|
||||
{ text: "Static blobs", link: "/numpy" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue