roll back rerank topn setting (#11297)

This commit is contained in:
Jyong
2024-12-03 17:34:56 +08:00
committed by GitHub
parent 7a962b9f03
commit c58d2fce89
3 changed files with 3 additions and 7 deletions

View File

@@ -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):
"""