delete weight_type (#6865)

This commit is contained in:
Jyong
2024-08-01 13:02:33 +08:00
committed by GitHub
parent cbf7f21ade
commit 8157fccf6d
3 changed files with 0 additions and 4 deletions

View File

@@ -16,8 +16,6 @@ class KeywordSetting(BaseModel):
class Weights(BaseModel):
"""Model for weighted rerank."""
weight_type: str
vector_setting: VectorSetting
keyword_setting: KeywordSetting