Covid-19 chatbot

Important

This demo requires extra dependencies. Please install them via:

  1. pip install "jina[demo]"

For NLP engineers, we provide a simple chatbot demo for answering Covid-19 questions. To run that:

  1. jina hello chatbot

../../../_images/hello-chatbot-1.png

This downloads the CovidQA dataset and tells Jina to index 418 question-answer pairs with MPNet. The indexing process takes about one minute on CPU. Then it opens a web page where you can input questions and ask Jina.

../../../_images/hello-chatbot-2.png