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

refactor #141

Closed BBC-Esq closed 4 months ago

BBC-Esq commented 5 months ago

have database_interactions.py run the load documents method from within document_processor.py, return the list of document objects, and then invoke the image loader...process...return and append...run audio loader, and so on. Currently, document processor invokes loader_images and the document list is appended in document_processor script instead of database interactions where it should be. This would also necessitate creating a new script named loader_audio.py.

This would be beneficial because it would allow further expansion of loading different types of documents more easily.