mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
updates
This commit is contained in:
parent
7f47409e60
commit
da29ace630
5 changed files with 158 additions and 18 deletions
|
|
@ -1,5 +1,43 @@
|
|||
## `vec0`
|
||||
|
||||
### Shadow Tables
|
||||
|
||||
#### `xyz_chunks`
|
||||
|
||||
- `chunk_id INTEGER`
|
||||
- `size INTEGER`
|
||||
- `validity BLOB`
|
||||
- `rowids BLOB`
|
||||
|
||||
|
||||
#### `xyz_rowids`
|
||||
|
||||
- `rowid INTEGER`
|
||||
- `id`
|
||||
- `chunk_id INTEGER`
|
||||
- `chunk_offset INTEGER`
|
||||
|
||||
#### `xyz_vector_chunksNN`
|
||||
|
||||
- `rowid INTEGER`
|
||||
- `vector BLOB`
|
||||
|
||||
#### `xyz_auxiliary`
|
||||
|
||||
- `rowid INTEGER`
|
||||
- `valueNN [type]`
|
||||
|
||||
#### `xyz_metadata_chunksNN`
|
||||
|
||||
- `rowid INTEGER`
|
||||
- `data BLOB`
|
||||
|
||||
|
||||
#### `xyz_metadata_text_data_00`
|
||||
|
||||
- `rowid INTEGER`
|
||||
- `data TEXT`
|
||||
|
||||
### idxStr
|
||||
|
||||
The `vec0` idxStr is a string composed of single "header" character and 0 or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue