### What problem does this PR solve?

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Kevin Hu 2024-08-01 09:07:37 +08:00 committed by GitHub
parent 955619c8ac
commit da11a20c92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -824,11 +824,12 @@ class Dialog(DataBaseModel):
do_refer = CharField(
max_length=1,
null=False,
help_text="it needs to insert reference index into answer or not",
help_text="it needs to insert reference index into answer or not")
rerank_id = CharField(
max_length=128,
null=False,
help_text="default rerank model ID",
help_text="default rerank model ID")
kb_ids = JSONField(null=False, default=[])
status = CharField(