From 3a3aefc6725d6a3ab7aaec6bf5b0298131f13165 Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Fri, 31 Jan 2025 16:46:42 -0800 Subject: [PATCH] doc improve --- site/.vitepress/config.mts | 9 ++++++++- site/features/vec0.md | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/site/.vitepress/config.mts b/site/.vitepress/config.mts index 0dae971..bcad17a 100644 --- a/site/.vitepress/config.mts +++ b/site/.vitepress/config.mts @@ -167,7 +167,14 @@ function sidebar(): DefaultTheme.SidebarItem[] { items: [ { text: "Vector formats", link: "/features/vector-formats" }, { text: "KNN queries", link: "/features/knn" }, - { text: "vec0 Virtual Tables", link: "/features/vec0" }, + { text: "vec0 Virtual Tables", link: "/features/vec0" , items: [ + { text: "Constructor", link: "/features/vec0#TODO" }, + { text: "KNN Queries", link: "/features/vec0#TODO", items: [{text: "a", link:""}] }, + { text: "Metadata Columns", link: "/features/vec0#metadata" }, + { text: "Partition Keys", link: "/features/vec0#partition-keys" }, + { text: "Auxiliary Columns", link: "/features/vec0#aux" }, + + ]}, //{ text: "Static blobs", link: "/features/static-blobs" }, ], }, diff --git a/site/features/vec0.md b/site/features/vec0.md index 4f56e73..5080956 100644 --- a/site/features/vec0.md +++ b/site/features/vec0.md @@ -1,6 +1,6 @@ # `vec0` Virtual Table -## Metadata in `vec0` Virtual Tables +## Metadata in `vec0` Virtual Tables {#vec0_metadata} There are three ways to store non-vector columns in `vec0` virtual tables: metadata columns, partition keys, and auxiliary columns. Each option has its