haystack-tutorials icon indicating copy to clipboard operation
haystack-tutorials copied to clipboard

Here you can find all the Tutorials for Haystack 📓

Results 43 haystack-tutorials issues
Sort by recently updated
recently updated
newest added

**Describe the tutorial you would like to see here** A tutorial around WhisperTranscriber. An idea could be to transcribe Youtube videos and summarize them. Haystack has `WhisperTranscriber` starting from v1.15...

new tutorial

**Describe the tutorial you would like to see here** While we provide tutorials on GPL and DPR-training (-> unsupervised and supervised Retriever training), there is no tutorial on how to...

new tutorial

Now the steps are complicated, and there are optional paths. Let's simplify it https://haystack.deepset.ai/tutorials/05_evaluation

enhancement

**Describe the bug** Following the [tutorial 6](https://haystack.deepset.ai/tutorials/dense-passage-retrieval) and [tutorial 7](https://haystack.deepset.ai/tutorials/retrieval-augmented-generation) in sequence on the same Colab runtime results in a FAISSDocumentStore error due to the presence of the already-created faiss_document_store.db...

**Describe the issue** Hello. I'm testing the first tutorial as it is with around 5000 text files, some are 1 page some are 15 pages long. When the answer is...

bug

## Overview With deepset-ai/haystack#2887, we replaced DPR with `EmbeddingRetriever` in Tutorial 06. Now, we might want to do the same for Tutorial 09 which covers training (or fine-tuning) a DPR...

**Describe the issue** Tutorial "Better Retrieval with Embedding Retrieval" gives an error when run with MilvusDocumentStore ```python --------------------------------------------------------------------------- ContextualVersionConflict Traceback (most recent call last) [](https://localhost:8080/#) in 6 7 from haystack.utils...

bug

Create a workflow that generates a link of Haystack website to preview the changes in the tutorial

enhancement

`CsvTextConverter` will be included in release 1.13. We should update Tut04 to show how to use it in an indexing pipeline.

enhancement

Create a tutorial that guides users on different ways to generate their own annotations using the annotation tool, and also in evaluation mode in the streamlit.ui. This might take the...

new tutorial