asg017 / sqlite-vec

A vector search SQLite extension that runs anywhere!
Apache License 2.0
4.26k stars 135 forks source link

Can this work on cloudflare D1? #106

Closed cosbgn closed 2 months ago

cosbgn commented 2 months ago

Cloudflare d1 is based on sqlite.

Would it be possible to install this the same way as better-sqlite3 using npm:sqlite-vec@0.0.1-alpha.9?

asg017 commented 2 months ago

Unfortunately not, Cloudflare would need to integrate sqlite-vec on their side, there's no way to add loadable SQLite extensions in Cloudflare D1. If you ask them they might include it in the future, but afaik there's no immediate plans for it.

cosbgn commented 2 months ago

Shame, thanks for the quick answer!