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

Application of Creational Design Pattern #167

Open edm101 opened 3 years ago

edm101 commented 3 years ago

Used the Singleton creational pattern to create a single instance of a data ingestor in place of the data_ingestion.py file. Ingestion has been given static constructor and has been made immutable to protect the data collection and update uniformally.