BBC-Esq / VectorDB-Plugin-for-LM-Studio

Plugin that lets you use LM Studio to ask questions about your documents including audio and video files.
247 stars 34 forks source link

gui freezes if there is a fatal error in creating db #162

Open BBC-Esq opened 3 months ago

BBC-Esq commented 3 months ago

If all the checks to create a database are passed, a user clicks create, and there's an error, it sometimes freezes the GUI. This is due to the GUI elements being disabled while the database is being created to prevent a user from trying to create more than one database simultaneously. However, there needs to be error handling and the buttons re-enabled if an error occurs.