delete weight_type (#6865)
This commit is contained in:
parent
cbf7f21ade
commit
8157fccf6d
3 changed files with 0 additions and 4 deletions
|
|
@ -16,8 +16,6 @@ class KeywordSetting(BaseModel):
|
|||
class Weights(BaseModel):
|
||||
"""Model for weighted rerank."""
|
||||
|
||||
weight_type: str
|
||||
|
||||
vector_setting: VectorSetting
|
||||
|
||||
keyword_setting: KeywordSetting
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue