mirror of https://github.com/langgenius/dify.git
fix: external dataset missing score_threshold_enabled (#10943)
This commit is contained in:
parent
cb0c55daa7
commit
01014a6a84
|
|
@ -41,6 +41,7 @@ dataset_retrieval_model_fields = {
|
|||
external_retrieval_model_fields = {
|
||||
"top_k": fields.Integer,
|
||||
"score_threshold": fields.Float,
|
||||
"score_threshold_enabled": fields.Boolean,
|
||||
}
|
||||
|
||||
tag_fields = {"id": fields.String, "name": fields.String, "type": fields.String}
|
||||
|
|
|
|||
Loading…
Reference in New Issue