Question answering is a classic problem in the field of natural language processing. While it sounds like an easy problem to solve, there is still a lot of research going on to improve the techniques that we have now. A large part of solving questions is finding questions that are similar to the one being asked.
This example will show you how to find the similar asked question and get the answer. It mainly consists of two notebooks, I think everyone can learn the basic operations of Question Answering System through the getting started notebook. And the deep dive notebook will show you how to deploy the service.
In this notebook you will get the prerequisites, how to complete a simple question answering system and release a showcase.
In this notebook you will learn how to improve system stability, and finally show you how to start the FastAPI service.