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

'SubmitButtonThread' object has no attribute 'request_model_cleanup' #172

Closed Vaessenlu closed 1 month ago

Vaessenlu commented 1 month ago

(src) C:\Users\lukas.vaessen\Desktop\VectorDB-Plugin-for-LM-Studio-5.0.1\VectorDB-Plugin-for-LM-Studio-5.0.1\src>python gui.py C:\Users\lukas.vaessen\Desktop\VectorDB-Plugin-for-LM-Studio-5.0.1\VectorDB-Plugin-for-LM-Studio-5.0.1\src\Lib\site-packages\tiledb\cloud\config.py:96: UserWarning: You must first login before you can run commands. Please run tiledb.cloud.login. warnings.warn( root - C:\Users\lukas.vaessen\Desktop\VectorDB-Plugin-for-LM-Studio-5.0.1\VectorDB-Plugin-for-LM-Studio-5.0.1\src\Lib\site-packages\tiledb\cloud\file.py:7 - Returning 5 filtered contexts. Traceback (most recent call last): File "C:\Users\lukas.vaessen\Desktop\VectorDB-Plugin-for-LM-Studio-5.0.1\VectorDB-Plugin-for-LM-Studio-5.0.1\src\gui_tabs_database_query.py", line 381, in on_submission_finished self.submit_thread.request_model_cleanup() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

BBC-Esq commented 1 month ago

Did the program freeze or something else happen when you received this error? The "You must first login before you can run commands..." is an inherent part of the TileDB library that the devs said they're going to fix, but that specific error shouldn't/doesn't prevent the program from running properly.

BBC-Esq commented 1 month ago

If I don't get some more explanation I'll mark this as resolved in a few days. Thanks.