vanna-ai / vanna

🤖 Chat with your SQL database 📊. Accurate Text-to-SQL Generation via LLMs using RAG 🔄.
https://vanna.ai/docs/
MIT License
9.36k stars 691 forks source link

Update base.py #460

Open cds-1993 opened 1 month ago

cds-1993 commented 1 month ago

Fix MySQL database connection:

  1. Using Connection Pooling Management
  2. Increase disconnection handling to avoid resource depletion
  3. Increase reconnection mechanism
  4. Add some debugging printing
cds-1993 commented 1 month ago

Solving the problem of persistent MySQL database connections