Haystack is an open source NLP framework by deepset to help you build production ready search systems or applications powered by various NLP tasks such as Question Answering. Haystack is designed to help you build systems that work intelligently over large document collections. It achieves this with the concept of Pipelines consisting of various Nodes such as a DocumentStore, a Retriever and a Reader.
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