sqlite-vss icon indicating copy to clipboard operation
sqlite-vss copied to clipboard

A SQLite extension for efficient vector search, based on Faiss!

Results 80 sqlite-vss issues
Sort by recently updated
recently updated
newest added

I also cleaned up the `read_index_select` and `write_index_insert` calls a bit by just passing in structs instead of each individual field from the struct.

Do you have any issues using the new Rust bindings for `sqlite-vss`? Comment on this issue with any bugs or crashes you come across, or with suggestions on how to...

I was wondering if it is possible to use this extension with [Expo SQLite](https://docs.expo.dev/versions/latest/sdk/sqlite/) (ideally) or with [react-native-sqlite-storage](https://github.com/andpor/react-native-sqlite-storage). Let me know if anyone's tried this

Not sure if anyone else on apple silicon is facing issues, but for the rust crate I had to manually add `RUSTFLAGS="-L/opt/homebrew/opt/libomp/lib -L/opt/homebrew/opt/llvm/lib -lblas -llapack"` in order for the linker...

The vector indices that support the `vss0` virtual table are limited to 1GB. This is because they are stored as a BLOB in a single row in a shadow table,...

I've built a macOS app that bundles sqlite with this extension. I re-built python and enabled it with loadable extensions and it works fine on my mac, running `13.1.0` Ventura....

First I want to thank you for an incredible library. It seems to be consistently returning results in the milliseconds timeframe, where my previous logic had to apply a table...

Seg fault on Faiss search. Works w/ node-sqlite3 or by downgrading to node 18.20.2.

Windows 11, latest version, Python version 3.10.4, pip version 23.3. If I run `pip install sqlite-vss` or any other version, I get this error ``` ERROR: Could not find a...

Bun has a builtin SQLite server. Following the instructions of node and Deno, the vertor0 loads and can see the log, bust vss0 doesn't, just stays there, no error no...