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 5c35a53 commit 230fe85Copy full SHA for 230fe85
tests/test_sqlalchemy.py
@@ -74,6 +74,7 @@ class Item(Base):
74
)
75
binary_quantize_index.create(engine)
76
77
+
78
def create_items():
79
session = Session(engine)
80
session.add(Item(id=1, embedding=[1, 1, 1], half_embedding=[1, 1, 1], binary_embedding='000', sparse_embedding=SparseVector([1, 1, 1])))
0 commit comments