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

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

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

**Describe the issue** The following error occurred while running "tutorials 09_dpr_training" in Google Colab. **To Reproduce** https://haystack.deepset.ai/tutorials/09_dpr_training https://colab.research.google.com/github/deepset-ai/haystack-tutorials/blob/main/tutorials/09_DPR_training.ipynb 1. Installing Haystack - ok 2. Enabling Telemetry - ok 3. Logging...

bug

We recently updated the base Docker image used to create our Haystack Docker images from Python 3.10 to 3.12, see deepset-ai/haystack#7540. This is now causing most nightly tests to fail...

2.0

Create a tutorial that showcases custom marshalling to Haystack users. A good inspiration might be the advent challenge we had about this topic: https://haystack.deepset.ai/advent-of-haystack/day-10#challenge **Additional context** This would be a...

new tutorial

To start, let’s install the latest release of Haystack with pip: %%bash pip install --upgrade pip pip install farm-haystack[colab,ocr,preprocessing,file-conversion,pdf] This is not the latest version and when I run I...

enhancement

**Describe the issue** I encountered the following error while running the chatbot.py script: ```python Exception has occurred: ModuleNotFoundError No module named 'haystack.reader' File "C:\GITREPO\File-Based-Chatbot\chatbot.py", line 7, in from haystack.reader.farm import...

bug

In the tutorial 09_DPR_training.ipynb, how to add evaluation indicators when fine-tuning DPR, is there any code provided? Like the acc\f1\loss in the tutorial09

- How to use the DPR model I trained in inference? - I am using other matrices, so how to get the similarity between a test query and passage?

enhancement

**Describe the tutorial you would like to see here** All the current tutorials assume the document store will not change over time. For example, assume we have a single elastic...

new tutorial

We can have some tutorials around other DocumentStores, but to show the other features, we should start using `InMemoryDocumentStore`

enhancement

Update the [TableQa tutorial](https://github.com/deepset-ai/haystack-tutorials/blob/main/tutorials/15_TableQA.ipynb) to reflect the linearized offsets will be deprecated in favor of offsets that specify the row and column indices of the table cell. TableCell was implemented...

documentation
enhancement