langchain-ai / langchain-postgres

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

Support for jsonb array comparision for $in $nin operator #59

Open jernkuan opened 1 month ago

jernkuan commented 1 month ago

Current we are not able to check whether the jsonb array includes a value within a list. Likewise for checking array does not include any value in target list.