Self rag
SelfRAGPack #
Bases: BaseLlamaPack
Simple short form Self-RAG pack.
Source code in llama-index-packs/llama-index-packs-self-rag/llama_index/packs/self_rag/base.py
294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 |
|
get_modules #
get_modules() -> Dict[str, Any]
Get modules.
Source code in llama-index-packs/llama-index-packs-self-rag/llama_index/packs/self_rag/base.py
307 308 309 310 311 312 313 |
|
run #
run(*args: Any, **kwargs: Any) -> Any
Run the pipeline.
Source code in llama-index-packs/llama-index-packs-self-rag/llama_index/packs/self_rag/base.py
315 316 317 |
|