asg017 / sqlite-vec

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

Broken curl links in install.sh file of v0.0.1-alpha.14 release #36

Closed Jon-Biz closed 5 months ago

Jon-Biz commented 5 months ago

There's a 'v' missing from the version numbers in the file names.

install.sh:

https://github.com/asg017/sqlite-vec/releases/download/0.0.1-alpha.14/sqlite-vec-0.0.1-alpha.14-loadable-macos-x86_64.tar.gz

Actual release file link:

https://github.com/asg017/sqlite-vec/releases/download/v0.0.1-alpha.14/sqlite-vec-0.0.1-alpha.14-loadable-macos-x86_64.tar.gz
asg017 commented 5 months ago

Thanks for reporting!

Should now be fixed in v0.0.1-alpha.16: https://github.com/asg017/sqlite-vec/releases/download/v0.0.1-alpha.16/install.sh

Let me know if you run into any other issues!