Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2c3af7b

Browse files
committed
blank
1 parentd3b8220 commit2c3af7b

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)

[8]ページ先頭

©2009-2025 Movatter.jp