sqlite-vec icon indicating copy to clipboard operation
sqlite-vec copied to clipboard

Why is arm 64 linux package missing?

Open wandmagic opened this issue 1 year ago • 10 comments

https://www.npmjs.com/package/sqlite-vec-linux-arm64

wandmagic avatar Dec 02 '24 03:12 wandmagic

This is really annoying, what gives?

yourbuddyconner avatar Dec 20 '24 19:12 yourbuddyconner

For real, I would love this to exist

wandmagic avatar Dec 20 '24 20:12 wandmagic

Any progress on this matter?

It's currently blocking us from running some Docker images on Linux-ARM64 containers.

IntrinsiCrypto avatar Dec 28 '24 19:12 IntrinsiCrypto

Can you try running: docker buildx build --platform=linux/amd64 -t eliza:latest . Then try to run the container?

HashWarlock avatar Dec 30 '24 05:12 HashWarlock

Looking into this, sorry for the delay

asg017 avatar Dec 30 '24 06:12 asg017

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

wandmagic avatar Dec 30 '24 12:12 wandmagic

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

asg017 avatar Jan 10 '25 22:01 asg017

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

jmikedupont2 avatar Jan 21 '25 20:01 jmikedupont2

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 😅

kianjones9 avatar Jul 22 '25 23:07 kianjones9

@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.

ptitjes avatar Sep 07 '25 22:09 ptitjes