/haystack-tutorials

Here you can find all the Tutorials for Haystack 📓

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

Haystack Tutorials

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

Run Tutorials Nightly Publish tutorials on Haystack Home

Tutorials

Name Colab Source Code
Basic QA Pipeline Open In Colab Source Code
Fine Tune a Model on Your Data Open In Colab Source Code
Basic QA Pipeline Without Elasticsearch Open In Colab Source Code
FAQ Style QA Open In Colab Source Code
Evaluation Open In Colab Source Code
Better Retrieval via Embedding Retrieval Open In Colab Source Code
RAG Generator Open In Colab Source Code
Preprocessing Open In Colab Source Code
DPR Training Open In Colab Source Code
Knowledge Graph Open In Colab Source Code
Pipelines Open In Colab Source Code
Long-Form Question Answering Open In Colab Source Code
Question Generation Open In Colab Source Code
Query Classifier Open In Colab Source Code
Table QA Open In Colab Source Code
Document Classifier at Index Time Open In Colab Source Code
Audio Open In Colab Source Code
Generative Pseudo Labeling Open In Colab Source Code
Text-to-Image search Open In Colab Source Code