mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Component debugging funcionality. (#4012)
### What problem does this PR solve? #3993 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -78,4 +78,6 @@ class Relevant(Generate, ABC):
|
||||
return Relevant.be_output(self._param.no)
|
||||
assert False, f"Relevant component got: {ans}"
|
||||
|
||||
def debug(self, **kwargs):
|
||||
return self._run([], **kwargs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user