This commit is contained in:
Alex Garcia 2024-09-25 22:39:21 -07:00
parent f09f6a0215
commit 70dce09747
3 changed files with 822 additions and 618 deletions

View file

@ -167,8 +167,8 @@ function sidebar(): DefaultTheme.SidebarItem[] {
items: [
{ text: "Vector formats", link: "/features/vector-formats" },
{ text: "KNN queries", link: "/features/knn" },
{ text: "vec0 virtual vables", link: "/features/vec0" },
{ text: "Static blobs", link: "/features/static-blobs" },
{ text: "vec0 Virtual Tables", link: "/features/vec0" },
//{ text: "Static blobs", link: "/features/static-blobs" },
],
},
guides,