langchain-ai / langchain-postgres

LangChain abstractions backed by Postgres Backend
MIT License
133 stars 48 forks source link

Add transalor #75

Closed pprados closed 5 months ago

pprados commented 5 months 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.