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
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 742 743 |
|
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
733 734 735 736 737 738 739 |
|
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
741 742 743 |
|
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
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 434 |
|
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
425 426 427 428 429 430 |
|
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
432 433 434 |
|