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 Composite Pattern Software Design to autocomplete.py #160

Open jupdown opened 3 years ago

jupdown commented 3 years ago

This pull refactors autocomplete.py to reduce complexity and adds a new class file: AutoCompleteBody.py. The new class file handles the user input and returns an apropriate body field message for the elasticsearch API. this also enables further extension should there be different fields requiring autocomplete.