Haystack Tutorials
Haystack is an open source LLM framework by deepset to help you build production ready applications. Haystack is designed to help you build systems that work intelligently over large document collections to perform tasks like document retrieval, text generation, question answering, or summarization. It achieves this with the concept of Pipelines consisting of various Components such as a DocumentStore, a Retriever, and a PromptNode.
This is the repository where we keep all the Haystack tutorials π π These tutorials are also published to the Haystack Website.
To contribute to the tutorials, please check out our Contributing Guidelines.