googleapis / googleapis/langchain-google-spanner-python

Add support for Self Query Retriever

Aperta
#74 0 commenti 0 reazioni 1 assegnatario Rivendicata da @gauravpurohit06 Vedi su GitHub
api: spanner priority: p2 type: feature request
Lingua principale
Python
Stelle
44
Fork
24
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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.

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.