AKissMail / MIRAGEXR_AI_service-backend

0 stars 0 forks source link

Hotfix of a miss configuartion and moveing a DB settings to the .env and update options.json structure #55

Closed AKissMail closed 6 months ago

AKissMail commented 6 months ago

The commit involved two main changes. Firstly, I introduced the usage of "VECTOR_DB" from the settings in multiple files instead of hard-coding the database path. This promotes better consistency and ease of configuration AND prevents miss configuration as it was before! The README is also updated.

Secondly, I refactored the structure of options.json and updated the related tests, which now reflect the new structure, optimizing clarity and organization.