Skip to content

Building my first qa system

Question answering is the process of providing a specific answer to a natural language question. The answer is usually derived from a set of documents, which could be a collection of financial reports, a website, or an internal wiki. In this tutorial, we will use a bunch of articles and guides to answer questions about DreamBot.

Prepare environment

pip install --upgrade pip
pip install git+https://github.com/deepset-ai/haystack.git#egg=farm-haystack[colab]

Last update: November 18, 2023
Created: October 12, 2023