deepset-ai / haystack-integrations

🚀 A list of Haystack Integrations, maintained by the community or deepset.
42 stars 52 forks source link

Update import path of `Pipeline` in example code #194

Closed julian-risch closed 4 months ago

julian-risch commented 4 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