asg017 / sqlite-vec

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

Update rusqlite demo with installation instructions and a working example #146

Closed bholmesdev closed 3 days ago

bholmesdev commented 3 days ago

I followed the guide for rusqlite and discovered that the demo snippet did not compile. I visited the linked demo repo and discovered the issues I was having:

I've also introduced zerocopy earlier to clarify where as_bytes is coming from.

asg017 commented 3 days ago

Thank you @bholmesdev ! Also big fan of your work and videos, I appreciate the PR.