asg017 / sqlite-vss

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

How to install on windows? #29

Closed rjsr213 closed 1 year ago

rjsr213 commented 1 year ago

I used pip install sqlite vss and it gave me an error, I searched to install it manually in site-packages and I only found it for mac and linux

asg017 commented 1 year ago

Follow #15 for updates: sqlite-vss has to be pre-compiled for Windows, but it's currently very difficult to compile it on the github actions windows runner. It'll be done eventually, but I don't have a timeline yet.

In the meantime, consider WSL2