-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Feat/sqlite vec vector store #569
base: main
Are you sure you want to change the base?
Feat/sqlite vec vector store #569
Conversation
Happy with test contents and location
Solved Both source_gen:combining_builder and objectbox_generator:generator may output objectbox.g.dart
Next ensure clean implementation and then test
Need to add to melos script
I started with the review 🙂 |
No issues, let me know if you want to do a google meet up if you want me to take you through it. |
I've been sort of mental capacity the last few days. I'll resume the review tomorrow. I'll let you know if we need to jump in on a call, but thanks for the offer. |
anytime |
Feature #516
Description
This pull request refactors and enhances the SQLite vector store implementation, transitioning from
SQLiteVSS
toSQLiteVec
. The changes improve compatibility with Langchain 0.3 and introduce various optimizations and structural improvements.Dependencies
pubspec.yaml
to reflect new dependencies and omissions.Changes
SQLiteVSS
toSQLiteVec
, including file renames and code adjustments.Testing
SQLiteVSS
toSQLiteVec
.Code Quality
Additional Notes
SQLiteVec
aims to provide a more robust and efficient vector store implementation within the Langchain community package.