Tables
ChainOfTablePack #
Bases: BaseLlamaPack
Chain of table pack.
Source code in llama-index-packs/llama-index-packs-tables/llama_index/packs/tables/chain_of_table/base.py
713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 |
|
get_modules #
get_modules() -> Dict[str, Any]
Get modules.
Source code in llama-index-packs/llama-index-packs-tables/llama_index/packs/tables/chain_of_table/base.py
731 732 733 734 735 736 737 |
|
run #
run(*args: Any, **kwargs: Any) -> Any
Run the pipeline.
Source code in llama-index-packs/llama-index-packs-tables/llama_index/packs/tables/chain_of_table/base.py
739 740 741 |
|
MixSelfConsistencyPack #
Bases: BaseLlamaPack
Mix Self Consistency Pack.
Source code in llama-index-packs/llama-index-packs-tables/llama_index/packs/tables/mix_self_consistency/base.py
399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 |
|
get_modules #
get_modules() -> Dict[str, Any]
Get modules.
Source code in llama-index-packs/llama-index-packs-tables/llama_index/packs/tables/mix_self_consistency/base.py
424 425 426 427 428 429 |
|
run #
run(*args: Any, **kwargs: Any) -> Any
Run the pipeline.
Source code in llama-index-packs/llama-index-packs-tables/llama_index/packs/tables/mix_self_consistency/base.py
431 432 433 |
|