asg017 / sqlite-vss

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

Fix warning about version >= 3.41.0 requirement #11

Closed mkly closed 1 year ago

mkly commented 1 year ago

Current message states that SQLite version needs to be below 3.41.0 for 2nd parameter when in fact it needs to be at or above.

mkly commented 1 year ago

Thank you for the great extension. I noticed an issue when setting this up with an older version of SQLite (3.38.x). I received the error but it seemed like it is intended to state above. This was confirmed when I upgraded my SQLite version to 3.41.0 and the extension worked as expected. Thanks again :beers:

mkly commented 1 year ago

Closing in favor of #72