Skip to content

Here you can find all the Tutorials for Haystack ๐Ÿ““

License

Notifications You must be signed in to change notification settings

simekent/haystack-tutorials

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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
Build Your First Question Answering System Open In Colab 01_Basic_QA_Pipeline.ipynb
Fine Tune a Model on Your Data Open In Colab 02_Finetune_a_model_on_your_data.ipynb
Build a Scalable Question Answering System Open In Colab 03_Basic_QA_Pipeline_without_Elasticsearch.ipynb
FAQ Style QA Open In Colab 04_FAQ_style_QA.ipynb
Evaluation Open In Colab 05_Evaluation.ipynb
Better Retrieval via Embedding Retrieval Open In Colab 06_Better_Retrieval_via_Embedding_Retrieval.ipynb
RAG Generator Open In Colab 07_RAG_Generator.ipynb
Preprocessing Open In Colab 08_Preprocessing.ipynb
DPR Training Open In Colab 09_DPR_training.ipynb
Knowledge Graph Open In Colab 10_Knowledge_Graph.ipynb
Pipelines Open In Colab 11_Pipelines.ipynb
Long-Form Question Answering Open In Colab 12_LFQA.ipynb
Question Generation Open In Colab 13_Question_generation.ipynb
Query Classifier Open In Colab 14_Query_Classifier.ipynb
Table QA Open In Colab 15_TableQA.ipynb
Document Classifier at Index Time Open In Colab 16_Document_Classifier_at_Index_Time.ipynb
Audio Open In Colab 17_Audio.ipynb
Generative Pseudo Labeling Open In Colab 18_GPL.ipynb
Text-to-Image search Open In Colab 19_Text_to_Image_search_pipeline_with_MultiModal_Retriever.ipynb
Using Haystack with REST API Download 20_Using_Haystack_with_REST_API.ipynb

About

Here you can find all the Tutorials for Haystack ๐Ÿ““

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.9%
  • Python 0.1%