Skip to content

Commit 2c3af7b

Browse files
committed
blank
1 parent d3b8220 commit 2c3af7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

todo/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class EmbedSmallExpression(models.Expression):
99
An expression to automatically embed any text column in the same table.
1010
"""
1111

12-
output_field = VectorField(null=False, blank=True, dimensions=384)
12+
output_field = VectorField(null=False, blank=False, dimensions=384)
1313

1414
def __init__(self, field):
1515
self.embedding_field = field

0 commit comments

Comments
 (0)