Open vshan opened 7 years ago
I have added the retrieval model and classifier for answering factual questions. Please read this PR: #20 carefully.
To unify all these three models, we can set up a Flask server which serves all the models at three different ports.
Then, one API call which uses three model api endpoints and uses the algorithm mentioned in #20 and answers the user's query.
Finally, the client, like a web application, or a web page simply makes one API call.
Here are all the tasks:
@salman-bhai @SagarB-97 @arvindsaik @raoshashank @hehaichi @viggi-v @aditya5558 guys please go through this and #20
I have added the retrieval model and classifier for answering factual questions. Please read this PR: #20 carefully.
To unify all these three models, we can set up a Flask server which serves all the models at three different ports.
Then, one API call which uses three model api endpoints and uses the algorithm mentioned in #20 and answers the user's query.
Finally, the client, like a web application, or a web page simply makes one API call.
Here are all the tasks: