fix:weight_type missing when create document in dataset (#16503)
This commit is contained in:
parent
1907d2a90a
commit
ae5d2ecf48
3 changed files with 5 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ vector_setting_fields = {
|
|||
}
|
||||
|
||||
weighted_score_fields = {
|
||||
"weight_type": fields.String,
|
||||
"keyword_setting": fields.Nested(keyword_setting_fields),
|
||||
"vector_setting": fields.Nested(vector_setting_fields),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue