Skip to content
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

use sqllite vec for RAG #254

Open
jlewi opened this issue Sep 24, 2024 · 1 comment
Open

use sqllite vec for RAG #254

jlewi opened this issue Sep 24, 2024 · 1 comment

Comments

@jlewi
Copy link
Owner

jlewi commented Sep 24, 2024

Now that we are starting to use sqllite (#253) it might be worth using sqllite vec.

That said we aren't using cgo. I think sqllite-vec would require us to use cgo because it is written in C. So we'd need to figure out how to link in the C based version of sllite-vec.

@jlewi
Copy link
Owner Author

jlewi commented Sep 24, 2024

There are CGO versions and WASM based versions that don't require CGO.
https://github.com/asg017/sqlite-vec-go-bindings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant