mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Update dsl_examples and Fix component concentrator (#2597)
### What problem does this PR solve? ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -26,7 +26,7 @@ class ConcentratorParam(ComponentParamBase):
|
||||
super().__init__()
|
||||
|
||||
def check(self):
|
||||
super().check()
|
||||
return True
|
||||
|
||||
|
||||
class Concentrator(ComponentBase, ABC):
|
||||
|
||||
Reference in New Issue
Block a user