asg017 / sqlite-vss

A SQLite extension for efficient vector search, based on Faiss!
MIT License
1.59k stars 59 forks source link

Include Windows pre-compiled builds #15

Open asg017 opened 1 year ago

EzzatOmar commented 1 year ago

Could you give us an update on this? 🙏

asg017 commented 1 year ago

Working on it, but it's very hard: compiling Faiss is tricky, and doing it on Windows is even harder. I'm trying, but it'll take some time.

In the meantime, consider WSL and using the pre-built extensions for linux x86_64

linonetwo commented 11 months ago

https://github.com/facebookresearch/faiss/issues/2551 seem to be a common difficulty