-
Notifications
You must be signed in to change notification settings - Fork 21
Add SpannerDocstore implementation #95
Copy link
Copy link
Open
Labels
api: spannerIssues related to the googleapis/langchain-google-spanner-python API.Issues related to the googleapis/langchain-google-spanner-python API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Metadata
Metadata
Assignees
Labels
api: spannerIssues related to the googleapis/langchain-google-spanner-python API.Issues related to the googleapis/langchain-google-spanner-python API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
There's a missing component which could be a great fit for Spanner, the Docstore implementation. Typically used in Parent/MultiVectorRetriver scenarios (i.e. similarity search for child chunks, return the full parent doc based on the parent/child key join).
https://python.langchain.com/v0.2/docs/integrations/stores/