delete weight_type (#6865)

This commit is contained in:
Jyong 2024-08-01 13:02:33 +08:00 committed by GitHub
commit 8157fccf6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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