mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-08-30 03:16:46 +00:00

* fix dependency graph for indexing pipelines * Update Documentation & Code Style * add test and fix get_config for existing components * Update Documentation & Code Style * fix mypy finding * refactored Pipeline.get_config * Update Documentation & Code Style * split to_code test into get_config test and generate_code test * fix child component handling in get_config() * Update Documentation & Code Style * fix get_params * make get_config fully recursive * add multi level dependency test * Update Documentation & Code Style * add some review feedback * fix multiple dependent components of same type * fix mypy finding * rename dependencies to utilized_components Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>