mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 17:08:03 +08:00
fix: mismatches dependencies in dockerfile (#13220)
This commit is contained in:
@ -583,7 +583,7 @@ class DocumentSegment(db.Model): # type: ignore[name-defined]
|
||||
return []
|
||||
else:
|
||||
return []
|
||||
|
||||
|
||||
@property
|
||||
def sign_content(self):
|
||||
return self.get_sign_content()
|
||||
|
||||
Reference in New Issue
Block a user