-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update AstraDBGraphVectorStore to match implementation of CassandraGraphVectorStore #95
Conversation
9605073
to
a14af29
Compare
You may find it convenient to merge the latest main, which introduces management for a new scheme of "callers" (i.e. user-agent management down to the astrapy layer). For the gvs.py file, this amounts to accepting (and passing down to the VectorStore) a couple of kwargs more. |
libs/astradb/tests/integration_tests/test_upgrade_to_graphvectorstore.py
Outdated
Show resolved
Hide resolved
libs/astradb/tests/integration_tests/test_upgrade_to_graphvectorstore.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - I left a couple of minor nonblocking comments, that's all.
This change corresponds with langchain-ai/langchain#27253 which implements changes for
CassandraGraphVectorStore
.After both are merged, both implementations will be nearly identical, and we can look into creating some shared code.