Skip to content

Commit 4a6a48b

Browse files
authored
Update async_vectorstore.py
1 parent bbbe10e commit 4a6a48b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

langchain_postgres/v2/async_vectorstore.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -957,8 +957,6 @@ def _handle_field_filter(
957957
if operator in COMPARISONS_TO_NATIVE:
958958
# Then we implement an equality filter
959959
# native is trusted input
960-
# if isinstance(filter_value, str):
961-
# filter_value = f"'{filter_value}'"
962960
native = COMPARISONS_TO_NATIVE[operator]
963961
id = str(uuid.uuid4()).split("-")[0]
964962
return f"{field} {native} :{field}_{id}", {f"{field}_{id}": filter_value}

0 commit comments

Comments
 (0)