We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6795d commit d786125Copy full SHA for d786125
pgvector/bit.py
@@ -76,9 +76,3 @@ def _to_db_binary(cls, value):
76
raise ValueError('expected bit')
77
78
return value.to_binary()
79
-
80
- @classmethod
81
- def _from_db(cls, value):
82
- if value is None or isinstance(value, cls):
83
- return value
84
- return cls.from_text(value)
0 commit comments