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 d5f764f commit bfa5954Copy full SHA for bfa5954
pgvector/sqlalchemy/__init__.py
@@ -25,6 +25,7 @@ def process(value):
25
26
def literal_processor(self, dialect):
27
string_literal_processor = self._string._cached_literal_processor(dialect)
28
+
29
def process(value):
30
return string_literal_processor(to_db(value, self.dim))
31
return process
0 commit comments