Fuzzy citation
FuzzyCitationEnginePack #
Bases: BaseLlamaPack
Source code in llama_index/packs/fuzzy_citation/base.py
108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 |
|
get_modules #
get_modules() -> Dict[str, Any]
获取模块。
Source code in llama_index/packs/fuzzy_citation/base.py
124 125 126 127 128 129 |
|
run #
run(query_str: str, **kwargs: Any) -> RESPONSE_TYPE
运行流水线。
Source code in llama_index/packs/fuzzy_citation/base.py
131 132 133 |
|