langchain-ai / langchain-postgres

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

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

Open jernkuan opened 5 months ago

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