From aea63336376fcf73ea6e555967371d6d3c8d3ab3 Mon Sep 17 00:00:00 2001 From: Timo Moeller Date: Mon, 9 Oct 2023 15:03:24 +0200 Subject: [PATCH] Add end2end tests as getting started to HS2.0 readme (#5981) * Add end2end tests as getting started to HS2.0 readme * capital heading --------- Co-authored-by: Daria Fokina --- haystack/preview/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/haystack/preview/README.md b/haystack/preview/README.md index 99fe7eb3e..1dcd4c351 100644 --- a/haystack/preview/README.md +++ b/haystack/preview/README.md @@ -23,5 +23,12 @@ pip install farm-haystack ``` The `farm-haystack` package includes all new features of Haystack 2.0. Note that updates to this package occur less frequently compared to `haystack-ai`. So, you might not get the all latest Haystack 2.0 features immediately when using `farm-haystack`. +## 🚗 Getting Started + +In our **end 2 end tests** you can find example code for the following pipelines: +- [RAG pipeline](https://github.com/deepset-ai/haystack/blob/main/e2e/preview/pipelines/test_rag_pipelines.py) +- [Extractive QA pipeline](https://github.com/deepset-ai/haystack/blob/main/e2e/preview/pipelines/test_extractive_qa_pipeline.py) +- more to come, check out the [folder](https://github.com/deepset-ai/haystack/blob/main/e2e/preview/) + ## 💙 Stay Updated To learn how and when components will be migrated to the new major version, have a look at the [Migrate Components to Pipeline v2](https://github.com/deepset-ai/haystack/issues/5265) roadmap item, where we keep track of issues and PRs about Haystack 2.0. When you have questions, you can always contact us using the [Shaping Haystack 2.0](https://github.com/deepset-ai/haystack/discussions/5568) discussion or [Haystack Discord server](https://discord.com/channels/993534733298450452/1141683185458094211).