Skip to content

Latest commit

 

History

History

QAsystem

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Introduction

The QA system builds model for one or multiple documents and answers NL queries about the docs.

EndPoint

Send the document in POST request to http://20.77.57.60:8000.

Send the query in GET request to http://20.77.57.60:8000?query={QUERY}

See files under ../testAPI_example/testQA for more testing examples

Deployment

The QA system is deployed on Azure linux virtual machine with Gunicorn. Nginx is utilized as the reverse proxy.