mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-26 01:06:27 +02:00
doc improve
This commit is contained in:
parent
a2dd24f27e
commit
3a3aefc672
2 changed files with 9 additions and 2 deletions
|
|
@ -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" },
|
||||
],
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue