mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 01:48:04 +08:00
roll back rerank topn setting (#11297)
This commit is contained in:
@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user