deepset-ai / haystack-tutorials

Here you can find all the Tutorials for Haystack 📓
https://haystack.deepset.ai/tutorials
Apache License 2.0
256 stars 87 forks source link

Update import path of `Pipeline` in tutorial 35 LLM Eval #296

Closed julian-risch closed 7 months ago

julian-risch commented 7 months ago

The new beta release breaks the old import from haystack.pipeline import Pipeline. I changed it to from haystack import Pipeline, which is what we use in all other tutorials too.

Related PRs: https://github.com/deepset-ai/haystack/pull/6973 and https://github.com/deepset-ai/haystack-tutorials/pull/285

review-notebook-app[bot] commented 7 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

julian-risch commented 7 months ago

It's already fixed now https://github.com/deepset-ai/haystack-tutorials/commit/e459f3df88f0dcd19d9698f423497b7dcedca352