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

Update AstraDBGraphVectorStore to match implementation of CassandraGraphVectorStore #95

Merged
merged 11 commits into from
Oct 16, 2024

Conversation

epinzur
Copy link
Collaborator

@epinzur epinzur commented Oct 8, 2024

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.

@epinzur epinzur added the do_not_merge Do not merge yet, requires further discussion label Oct 8, 2024
@epinzur epinzur force-pushed the revise_graph branch 5 times, most recently from 9605073 to a14af29 Compare October 10, 2024 11:55
@epinzur epinzur changed the title WIP: Update AstraDBGraphVectorStore to match implementation of CassandraGraphVectorStore Update AstraDBGraphVectorStore to match implementation of CassandraGraphVectorStore Oct 10, 2024
@epinzur epinzur requested a review from hemidactylus October 10, 2024 13:40
@hemidactylus
Copy link
Collaborator

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.

@epinzur epinzur removed the do_not_merge Do not merge yet, requires further discussion label Oct 11, 2024
Copy link
Collaborator

@hemidactylus hemidactylus left a 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.

@epinzur epinzur merged commit 89250df into main Oct 16, 2024
13 checks passed
@epinzur epinzur deleted the revise_graph branch October 16, 2024 15:28
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

Successfully merging this pull request may close these issues.

2 participants