We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e265c commit 1411240Copy full SHA for 1411240
1 file changed
pgvector/sqlalchemy/bit.py
@@ -26,7 +26,7 @@ def process(value):
26
return value
27
return process
28
else:
29
- return super().bind_processor(dialect)
+ return lambda value: Bit._to_db(value)
30
31
class comparator_factory(UserDefinedType.Comparator):
32
def hamming_distance(self, other):
0 commit comments