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 3924672 commit 006756cCopy full SHA for 006756c
1 file changed
tests/test_peewee.py
@@ -18,7 +18,7 @@ class Item(BaseModel):
18
half_embedding = HalfVectorField(dimensions=3, null=True)
19
binary_embedding = FixedBitField(max_length=3, null=True)
20
sparse_embedding = SparseVectorField(dimensions=3, null=True)
21
- distance: float # for typing
+ distance: float # for typing
22
23
class Meta: # type: ignore
24
table_name = 'peewee_item'
0 commit comments