-
Notifications
You must be signed in to change notification settings - Fork 233
Elixir bindings #151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Elixir bindings #151
Conversation
Can this be merged? |
You can use the package as git dependency in mix: https://github.com/joelpaulkoch/sqlite_vec. I want to refactor the PR so that it doesn't depend on |
@joelpaulkoch lmk if I can help with that in anyway! A no-dep Makefile option would be awesome |
So, here's the updated PR.
|
Thank you @joelpaulkoch for your hard work here! One ask — instead of relying on the Hopefully that will mean we don't need to include Also — do you have a link to docs that talk about the "precompilers" for elixir make? I ask because the |
This PR moves the
sqlite_vec
package into this repository.Here the remaining open points:
License
I'm guessing you would want to copy the Apache and MIT license from the root repository? In any case, after updating the license, we must make sure it's included in the published package on hex.
Transfer ownership of the package on hex
I can transfer the ownership of the package on hex.pm. If you give me the go, I'll do that with this user.
CI
I've included my github workflows file, not sure what you want to do with that.