Self discover
SelfDiscoverPack #
Bases: BaseLlamaPack
Self-Discover Pack.
Source code in llama-index-packs/llama-index-packs-self-discover/llama_index/packs/self_discover/base.py
144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 |
|
get_modules #
get_modules() -> Dict[str, Any]
Get modules.
Source code in llama-index-packs/llama-index-packs-self-discover/llama_index/packs/self_discover/base.py
157 158 159 |
|
run #
run(task)
Runs the configured pipeline for a specified task and reasoning modules.
Source code in llama-index-packs/llama-index-packs-self-discover/llama_index/packs/self_discover/base.py
161 162 163 164 165 166 167 |
|