mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 16:56:27 +02:00
doc
This commit is contained in:
parent
05bfe5663f
commit
f7eb1ee696
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ An extremely small, "fast enough" vector search SQLite extension that runs
|
||||||
anywhere! A successor to [sqlite-vss](https://github.com/asg017/sqlite-vss)
|
anywhere! A successor to [sqlite-vss](https://github.com/asg017/sqlite-vss)
|
||||||
|
|
||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
> *`sqlite-vec` is a work-in-progress and not ready for general usage! I plan to launch a "beta" version in the next month or so. Watch this repo for updates.*
|
> *`sqlite-vec` is a work-in-progress and not ready for general usage! I plan to launch a "beta" version in the next month or so. Watch this repo for updates, and read [this blog post](https://alexgarcia.xyz/blog/2024/building-new-vector-search-sqlite/index.html) for more info.*
|
||||||
|
|
||||||
- Store and query float, int8, and binary vectors in `vec0` virtual tables
|
- Store and query float, int8, and binary vectors in `vec0` virtual tables
|
||||||
- Pre-filter vectors with `rowid IN (...)` subqueries
|
- Pre-filter vectors with `rowid IN (...)` subqueries
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue