Skip to content

Commit

Permalink
mariadb store
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Feb 24, 2025
1 parent a2708a9 commit 9906d52
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions libs/community/langchain_community/vectorstores/mariadb.py
Original file line number Diff line number Diff line change
Expand Up @@ -1842,9 +1842,11 @@ def group(content: Expression) -> Group:
.union(STANDARD_LIST_OPERATOR)
.union(GROUP_OPERATORS)
.union(STANDARD_STRING_ONLY_OPERATOR)
.union({
"$between": None,
})
.union(
{
"$between": None,
}
)
)


Expand Down

0 comments on commit 9906d52

Please sign in to comment.