deepset-ai / COVID-QA

API & Webapp to answer questions about COVID-19. Using NLP (Question Answering) and trusted data sources.
Apache License 2.0
344 stars 121 forks source link

Added unified endpoint to answer a question #72

Closed sfakir closed 4 years ago

sfakir commented 4 years ago

This opens a following todo of routing the question correctly to the right model.

theapache64 commented 4 years ago

Is this change deployed? If not, what the estimated deployment time ?

tanaysoni commented 4 years ago

Hi @theapache64, the change is deployed now!

theapache64 commented 4 years ago

@tanaysoni When I use the newly introduced route (/ask), How do I add feedback, as I wouldn't know the model id ?

tanaysoni commented 4 years ago

@theapache64 this PR (now deployed) adds the model_id in the response body.

theapache64 commented 4 years ago

@tanaysoni Ok. good work brother :+1: