mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-13 07:47:26 +00:00
* initial PoC idea running * removing test code * cleaning up * wip * cleaning up demos * adding more pipelines to test persistence saving * wip * wip * working example for logging components inputs in run time * reverting to a simpler solution for intermediate results * cleaning up * testing that in a crash components outputs/inputs up to the crash point are returned * adding tests for state persistance in a RAG pipeline * updataing tests for state persistance in a RAG pipeline * removing use cases of agent tests * adding LICENSE header * adding LICENSE header * adding release notes * updating tests for mocked components only * updating release notes * adapting PipelineRuntimeError * cleaning up tests * fixing test pipeline crash components inputs/outputs are saved * fixing tests for state persistance * isolating changes * cleaning * updating release notes * addding test for regular pipeline * small improvements and updating release notes * cleaning imports * removing code * improvements/fixes based on PR comments * raising pipeline_outputs on async version of Pipeline * fixing async versions + updating tests * simplifying tests * Suggested changes pipeline crash (#9744) * Suggested changes * Some cleanup * Small changes --------- Co-authored-by: Sebastian Husch Lee <10526848+sjrl@users.noreply.github.com>