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

Add support for sqlite-vec as vector store #216

Open
return764 opened this issue Sep 4, 2024 · 1 comment
Open

Add support for sqlite-vec as vector store #216

return764 opened this issue Sep 4, 2024 · 1 comment

Comments

@return764
Copy link
Contributor

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?

@prabirshrestha
Copy link
Collaborator

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
* feat: support sqlite-vec (#216)

* feat: fix example issue (#216)

* feat: change example (#216)
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

2 participants