deepset-ai / haystack

:mag: AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your data. With advanced retrieval methods, it's best suited for building RAG, question answering, semantic search or conversational agent chatbots.
https://haystack.deepset.ai
Apache License 2.0
16.93k stars 1.85k forks source link

Update recipes in Haystack docs #8301

Closed julian-risch closed 3 weeks ago

julian-risch commented 1 month ago

A community member pointed me to outdated code in one of our recipes: https://github.com/deepset-ai/haystack/discussions/8299#discussion-7103259 That particular recipe is fixed now but we should check and update all others too. For example, the "Getting Started Try out a simple pre-build Pipeline!" seems outdated too as there is no build_rag_pipeline in Haystack anymore. We need to update the code and adjust the highlighted lines of code if necessary.

https://docs.haystack.deepset.ai/v2.5-unstable/recipes

### Tasks
- [x] 2.0 RAG Pipeline
- [x] Custom Components in a Pipeline
- [x] Getting Started
- [x] TopPSampler in a Pipeline