marcominerva / DatabaseGPT

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

DatabaseGptClient is now disposable #27

Closed nicolaparo closed 1 year ago

nicolaparo commented 1 year ago

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