Extractive Q&A With Haystack and FastAPI in Python

jamescalam

James Briggs

Posted on April 29, 2021

Extractive Q&A With Haystack and FastAPI in Python

In this video we work through building an extractive Q&A stack using Haystack, and embedding it within a FastAPI instance in Python.

We use the BERT transformer for our reader model, alongside Elasticsearch and the BM25 retriever algorithm.

💖 💪 🙅 🚩
jamescalam
James Briggs

Posted on April 29, 2021

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related