-
Notifications
You must be signed in to change notification settings - Fork 99
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
Add support for sqlite-vec as vector store #216
Comments
I'm for using sqlite-vec though we would probably want to use sqlx instead of rusqlite. Would also like to solve the static linking. @return764 Would you be interested in submitting a PR? |
return764
added a commit
to return764/langchain-rust
that referenced
this issue
Oct 12, 2024
return764
added a commit
to return764/langchain-rust
that referenced
this issue
Oct 13, 2024
return764
added a commit
to return764/langchain-rust
that referenced
this issue
Oct 13, 2024
return764
added a commit
to return764/langchain-rust
that referenced
this issue
Oct 13, 2024
return764
added a commit
to return764/langchain-rust
that referenced
this issue
Oct 18, 2024
prabirshrestha
pushed a commit
that referenced
this issue
Oct 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sqlite-vec seems to be an upgraded version of sqlite-vss, developed entirely in C language, so its compatibility is stronger than sqlite-vss using C++. Can it become a substitute for sqlite-vss?
The text was updated successfully, but these errors were encountered: