langchain-ai / langchain-postgres

LangChain abstractions backed by Postgres Backend
MIT License
66 stars 22 forks source link

Add transalor #75

Closed pprados closed 1 week ago

pprados commented 1 week ago

The SelfQuery PGVectorTranslator is not correct. The operator is "eq" and not "$eq". This patch implements a new version of PGVectorTranslator.

It's necessary to release a new version before accepting another PR in langchain core.