Skip to content
Compare
Choose a tag to compare
@Floressek Floressek released this 13 Sep 08:21
88c6201

What's Changed

New Contributors

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.