纠正性 RAG
CorrectiveRAGPack #
基础类:BaseLlamaPack
源代码位于 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]
获取模块。
源代码位于 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
运行管道。
源代码位于 llama-index-packs/llama-index-packs-corrective-rag/llama_index/packs/corrective_rag/base.py
218 219 220 |
|