Releases: Floressek/Azure-db-RAG
Releases · Floressek/Azure-db-RAG
v2
What's Changed
- Final version - production ready by @Floressek in #1
New Contributors
- @Floressek made their first contribution in #1
Full Changelog: https://github.com/Floressek/Azure-db-RAG/commits/v2
Changelog
Enhancements
-
Added three connection pools for MySQL read and write operations
Improved database efficiency and load management by implementing separate connection pools for read and write operations in MySQL. -
Improved asynchronous request handling in Quart
Enhanced the performance and reliability of the application by optimizing asynchronous request processing using the Quart framework.
Removals
- Removed unused code
Unnecessary and redundant code has been cleaned up to improve codebase maintainability and reduce complexity.
Structural Improvements
- Improved project structure
Refactored the project layout for better organization and scalability, ensuring cleaner separation of concerns and easier future development.