Covid-19 chatbot
Important
This demo requires extra dependencies. Please install them via:
pip install "jina[demo]"
For NLP engineers, we provide a simple chatbot demo for answering Covid-19 questions. To run that:
jina hello chatbot
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.