Fuzzy citation
FuzzyCitationEnginePack #
Bases: BaseLlamaPack
Source code in llama-index-packs/llama-index-packs-fuzzy-citation/llama_index/packs/fuzzy_citation/base.py
112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 |
|
get_modules #
get_modules() -> Dict[str, Any]
Get modules.
Source code in llama-index-packs/llama-index-packs-fuzzy-citation/llama_index/packs/fuzzy_citation/base.py
128 129 130 131 132 133 |
|
run #
run(query_str: str, **kwargs: Any) -> RESPONSE_TYPE
Run the pipeline.
Source code in llama-index-packs/llama-index-packs-fuzzy-citation/llama_index/packs/fuzzy_citation/base.py
135 136 137 |
|