Skip to content

HaveF/haystack-tutorials

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

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

Repository files navigation

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.

Run Tutorials Nightly Publish tutorials on Haystack Home

Tutorials

Source Code Colab
Build Your First Question Answering System Open In Colab
Fine Tune a Model on Your Data Open In Colab
Build a Scalable Question Answering System Open In Colab
FAQ Style QA Open In Colab
Evaluation Open In Colab
Better Retrieval via Embedding Retrieval Open In Colab
RAG Generator Open In Colab
Preprocessing Open In Colab
DPR Training Open In Colab
Knowledge Graph Open In Colab
Pipelines Open In Colab
Seq2SeqGenerator Open In Colab
Question Generation Open In Colab
Query Classifier Open In Colab
Table QA Open In Colab
Document Classifier at Index Time Open In Colab
Make Your QA Pipelines Talk! Open In Colab
Generative Pseudo Labeling Open In Colab
Text-to-Image search Open In Colab
Using Haystack with REST API Download
Customizing PromptNode Open In Colab
Generative QA Pipeline with Retrieval-Augmentation Open In Colab
Answering Complex Questions with Agents Open In Colab
Building a Conversational Chat App Open In Colab
Customizing Agent to Chat with Your Documents Open In Colab

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.7%
  • Python 0.3%