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 d3b8220 commit 2c3af7bCopy full SHA for 2c3af7b
todo/models.py
@@ -9,7 +9,7 @@ class EmbedSmallExpression(models.Expression):
9
An expression to automatically embed any text column in the same table.
10
"""
11
12
- output_field = VectorField(null=False, blank=True, dimensions=384)
+ output_field = VectorField(null=False, blank=False, dimensions=384)
13
14
def __init__(self, field):
15
self.embedding_field = field
0 commit comments