roll back rerank topn setting (#11297)
This commit is contained in:
parent
7a962b9f03
commit
c58d2fce89
3 changed files with 3 additions and 7 deletions
|
|
@ -626,8 +626,6 @@ class DataSetConfig(BaseSettings):
|
|||
default=30,
|
||||
)
|
||||
|
||||
RETRIEVAL_TOP_N: int = Field(description="number of retrieval top_n", default=0)
|
||||
|
||||
|
||||
class WorkspaceConfig(BaseSettings):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue