googleapis / googleapis/langchain-google-spanner-python

Add support for Self Query Retriever

未关闭
#74 0 条评论 0 个 reaction 已指派 1 人 已被 @gauravpurohit06 认领 在 GitHub 查看
api: spanner priority: p2 type: feature request
主要语言
Python
星标
44
派生
24
PR 合并指标
30 天内没有已合并 PR

描述

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.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。