orkgnlp.deepresearch.runner.DeepResearchRunner
- class DeepResearchRunner[source]
Bases:
ORKGNLPBaseRunner- Parameters:
model (Model object. See the inheriting classes for further information.) – The model to be run.
Methods
deep_researchgenerate_serp_queriesprocess_serp_resultReleases the memory of all available attributes in a pipeline component.
Generate a short and concise final answer based on learnings.
Generate a final report in markdown format based on learnings.
- release_memory()
Releases the memory of all available attributes in a pipeline component.
- run(raw_input, *args, **kwargs)[source]
- Raise:
NotImplementedError
- Return type:
Tuple[str,Dict[str,Any]]