mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 09:58:04 +08:00
delete weight_type (#6865)
This commit is contained in:
@ -16,8 +16,6 @@ class KeywordSetting(BaseModel):
|
||||
class Weights(BaseModel):
|
||||
"""Model for weighted rerank."""
|
||||
|
||||
weight_type: str
|
||||
|
||||
vector_setting: VectorSetting
|
||||
|
||||
keyword_setting: KeywordSetting
|
||||
|
||||
Reference in New Issue
Block a user