Task #3671
Updated by Md Shahzar 4 months ago
Create a folder services inside that there will be openai_service, qna_service
Create a folder dao inside that there will be multiple dao for different kind
Seperate out the code of datastore_helper and keep the logic inside service and do the crud operation through dao
(Note- Currently there are a lot of code inside the controller, make sure there is minimal code in the controller and all the logic inside service)