Rag cli local
LocalRAGCLIPack #
Bases: BaseLlamaPack
Local RAG CLI Pack.
Source code in llama-index-packs/llama-index-packs-rag-cli-local/llama_index/packs/rag_cli_local/base.py
81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 |
|
get_modules #
get_modules() -> Dict[str, Any]
Get modules.
Source code in llama-index-packs/llama-index-packs-rag-cli-local/llama_index/packs/rag_cli_local/base.py
103 104 105 |
|
run #
run(*args: Any, **kwargs: Any) -> Any
Run the pipeline.
Source code in llama-index-packs/llama-index-packs-rag-cli-local/llama_index/packs/rag_cli_local/base.py
107 108 109 |
|