langchain-ai / langchain-postgres

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

Add support for the Negation('$not') operator #62

Closed Raj725 closed 3 weeks ago

Raj725 commented 4 weeks ago

Add support for the Negation($not) operator in PGVector

Raj725 commented 4 weeks ago

cc: @eyurtsev

eyurtsev commented 3 weeks ago

@Raj725 awesome. Would you mind adding a unit test?

Raj725 commented 3 weeks ago

@Raj725 awesome. Would you mind adding a unit test?

Sure, I was busy, but I'll add the unit test as soon as possible. Thanks!

eyurtsev commented 3 weeks ago

@Raj725 Taking over