-
Notifications
You must be signed in to change notification settings - Fork 15.9k
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 sqlite-vss as a vector database #10047
Conversation
Maj Formatting Maj Maj Maj
Add sqlite-vss as vectore store
Adjust for mypy and tests
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
looks awesome, two quick comments! |
Add corrections following maintainer suggestions
@baskaryan thanks for your comments. I adjusted the code accordingly 👍 |
thanks @philippe2803!! |
@philippe2803 if you have time would be great to also add a notebook demo-ing how to use it! |
@baskaryan cool beans 👍 |
Follow-up PR for #10047, simply adding a notebook quickstart example for the vector store with SQLite, using the class SQLiteVSS. Maintainer tag @baskaryan Co-authored-by: Philippe Oger <[email protected]>
…ai#10292) Follow-up PR for langchain-ai#10047, simply adding a notebook quickstart example for the vector store with SQLite, using the class SQLiteVSS. Maintainer tag @baskaryan Co-authored-by: Philippe Oger <[email protected]>
This adds sqlite-vss as an option for a vector database. Contains the code and a few tests. Tests are passing and the library sqlite-vss is added as optional as explained in the contributing guidelines. I adjusted the code for lint/black/ and mypy. It looks that everything is currently passing.
Adding sqlite-vss was mentioned in this issue: #1019.
Also mentioned here in the sqlite-vss repo for the curious: asg017/sqlite-vss#66
Maintainer tag: @baskaryan