marcominerva / DatabaseGPT

Query a database using natural language
https://databasegpt.azurewebsites.net/
MIT License
56 stars 13 forks source link

DatabaseGptClient is now disposable #27

Closed nicolaparo closed 8 months ago

nicolaparo commented 8 months ago

Added IDisposable interface implementation to DatabaseGptClient in order to properly dispose also the internal provider. This implementation should solve the issue #22