ソースを参照

trival (#1760)

### What problem does this PR solve?

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.9.0
Kevin Hu 1年前
コミット
da11a20c92
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更3行の追加2行の削除
  1. 3
    2
      api/db/db_models.py

+ 3
- 2
api/db/db_models.py ファイルの表示

@@ -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(

読み込み中…
キャンセル
保存