Skip to content

Add support for Self Query Retriever #74

Description

@aperepel

Self Query is one of the most important use cases for production vector store retrieval, adding ability to filter on metadata (columns) and leverage predicate pushdown. At the moment cloud spanner doesn't support it and trying something like
https://python.langchain.com/v0.1/docs/modules/data_connection/retrievers/self_query/

yields a 'not supported' error. From my cursory look, however, it seems to be a relative easy lift, granted how PGVector and other similar RDBMS-like databases already do it in langchain.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

api: spannerIssues related to the googleapis/langchain-google-spanner-python API.priority: p2Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions