Closed MartinGotelli closed 6 months ago
So... yeah I f***ed up. But this is the fix.
The $exists was working as the $null, but the rename implies also changing how the bool value is interpreted:
$exists: True (there is a tag, I don't care the value) $exists: False (no tag in there)
ref: https://github.com/langchain-ai/langchain-postgres/pull/40
Thanks @MartinGotelli
So... yeah I f***ed up. But this is the fix.
The $exists was working as the $null, but the rename implies also changing how the bool value is interpreted:
$exists: True (there is a tag, I don't care the value) $exists: False (no tag in there)
ref: https://github.com/langchain-ai/langchain-postgres/pull/40