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
286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 |
|
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
299 300 301 302 303 304 305 |
|
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
307 308 309 |
|