Why is arm 64 linux package missing?
https://www.npmjs.com/package/sqlite-vec-linux-arm64
This is really annoying, what gives?
For real, I would love this to exist
Any progress on this matter?
It's currently blocking us from running some Docker images on Linux-ARM64 containers.
Can you try running:
docker buildx build --platform=linux/amd64 -t eliza:latest . Then try to run the container?
Looking into this, sorry for the delay
https://github.com/asg017/sqlite-vec/compare/main...wandmagic:sqlite-vec:feature/linux-arm64?expand=1 I made an attempt but the arm github action runner was taking forever to run, i ended up using a custom runner to produce a local build for myself and used that via file-system link
Alright yall, just published v0.1.7-alpha.1 as an attempted fix for this - could you all try it out and let me know if it works as expected? The sqlite-vec-linux-arm64 NPM package is now available, so hopefully this fixes it.
If so, I'll cut a new 0.1.7 release
Thank you for this! I will attempt to use it, here is the docker and ecr stuff I was preparing to create codebuilds with in case someone needs it. https://github.com/meta-introspector/sqlite-vec/pull/1
Just wanted to say thanks 🙏 for adding this! Thought I was about to have nightmare on my hands since my CI runners are all arm64 😅
@asg017 I can confirm the 0.1.7-alpha.2 works correctly on linux-arm64. I successfully used it in my wrapper: https://github.com/ptitjes/sqldelight-vec/actions/runs/17534795929/job/49796461887.