mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-28 23:48:53 +00:00
* Initial working version * More experiments * Use jinja2 tempplate extensions * Remove for_type static method * Add ternary filter, with_kwargs * Add indexing pipeline * Rename with_kwargs -> with_parameters, allow cummulative invocation * Remove ternary filter, use another approach to conditionals in default component configuration * Massi feedback, add pydocs * PipelineTemplateBuilder -> PipelineTemplate * Add unit tests * Add reno note * Fix pylint, mypy * PR review - Madeesh * Add list_variables * PR review feedback - Madeesh * Update haystack/templates/pipelines.py Co-authored-by: Madeesh Kannan <shadeMe@users.noreply.github.com> * Add timeout, fix pylint * Use full import path * Update release note * Fix failing windows test * Update haystack/templates/source.py Co-authored-by: Madeesh Kannan <shadeMe@users.noreply.github.com> * Update haystack/templates/source.py Co-authored-by: Madeesh Kannan <shadeMe@users.noreply.github.com> * PR feedback Madeesh * Fix pylint --------- Co-authored-by: Madeesh Kannan <shadeMe@users.noreply.github.com>