Corrective rag
CorrectiveRAGPack #
Bases: BaseLlamaPack
Source code in llama-index-packs/llama-index-packs-corrective-rag/llama_index/packs/corrective_rag/base.py
202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 |
|
get_modules #
get_modules() -> Dict[str, Any]
Get modules.
Source code in llama-index-packs/llama-index-packs-corrective-rag/llama_index/packs/corrective_rag/base.py
214 215 216 |
|
run #
run(query_str: str, **kwargs: Any) -> Any
Run the pipeline.
Source code in llama-index-packs/llama-index-packs-corrective-rag/llama_index/packs/corrective_rag/base.py
218 219 220 |
|