sqlite-vec
sqlite-vec copied to clipboard
ARM build is broken
After compilation, the dist folder is empty. No error message is shown. For example here: https://github.com/elizaOS/eliza/issues/1747
@fernando-syslabs do you mind trying on v0.1.7-alpha.1? That should have fixed linux arm builds
Great, it works. For eliza users:
package.json
...
"pnpm": {
"overrides": {
"sqlite-vec": "^v0.1.7-alpha.2"
}
},
...
Then pnpm i will resolve this issue.