├── README.md └── src ├── Assets ├── SentenceTransformer.py ├── ask_jeeves_transparent.jpg ├── build_tools.png ├── config.yaml ├── core.py ├── cudart_lib.zip ├── espeak_windows_files.zip ├── example1.png ├── example2.png ├── example3.png ├── example4.png ├── example5.png ├── kobold_unblock.png ├── sample_error.png ├── user_manual_consolidated.md ├── user_manual_db.zip └── vision_model_table.html ├── CSS ├── custom_default.css ├── custom_styelsheet_the_matrix.css ├── custom_stylesheet.css ├── custom_stylesheet_auburn.css ├── custom_stylesheet_black.css ├── custom_stylesheet_bluey.css ├── custom_stylesheet_bluish.css ├── custom_stylesheet_colorblind.css ├── custom_stylesheet_dark_blue.css ├── custom_stylesheet_dark_grey.css ├── custom_stylesheet_dark_yellow.css ├── custom_stylesheet_default.css ├── custom_stylesheet_green_grey.css ├── custom_stylesheet_greenish.css ├── custom_stylesheet_grey.css ├── custom_stylesheet_hyperbolic.css ├── custom_stylesheet_jewel.css ├── custom_stylesheet_monet.css ├── custom_stylesheet_okeefe.css ├── custom_stylesheet_orangish.css ├── custom_stylesheet_puke.css ├── custom_stylesheet_purplish.css ├── custom_stylesheet_reddish.css ├── custom_stylesheet_steel_ocean.css ├── custom_stylesheet_test.css ├── custom_stylesheet_tron.css └── custom_stylesheet_yellowish.css ├── Tokenizer ├── special_tokens_map.json ├── tokenizer.json ├── tokenizer.model └── tokenizer_config.json ├── chart_all_gpus.py ├── chart_models_chat.py ├── chart_models_vector.py ├── chart_models_vision.py ├── chat_kobold.py ├── chat_lm_studio.py ├── chat_local_model.py ├── chat_openai.py ├── check_packages.py ├── choose_documents_and_vector_model.py ├── chunk_userguide.py ├── config.yaml ├── constants.py ├── create_symlinks.py ├── database_interactions.py ├── document_processor.py ├── download_model.py ├── extract_metadata.py ├── gui.py ├── gui_file_credentials.py ├── gui_tabs.py ├── gui_tabs_database_query.py ├── gui_tabs_databases.py ├── gui_tabs_manage_databases.py ├── gui_tabs_models.py ├── gui_tabs_settings.py ├── gui_tabs_settings_database_create.py ├── gui_tabs_settings_database_query.py ├── gui_tabs_settings_models.py ├── gui_tabs_settings_server.py ├── gui_tabs_settings_tts.py ├── gui_tabs_settings_vision.py ├── gui_tabs_tools.py ├── gui_tabs_tools_misc.py ├── gui_tabs_tools_ocr.py ├── gui_tabs_tools_scrape.py ├── gui_tabs_tools_transcribe.py ├── gui_tabs_tools_vision.py ├── initialize.py ├── metrics_bar.py ├── module_ask_jeeves.py ├── module_chat.py ├── module_kokoro.py ├── module_ocr.py ├── module_process_images.py ├── module_scraper.py ├── module_transcribe.py ├── module_tts.py ├── module_voice_recorder.py ├── replace_sourcecode.py ├── setup_windows.py └── utilities.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/README.md -------------------------------------------------------------------------------- /src/Assets/SentenceTransformer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/Assets/SentenceTransformer.py -------------------------------------------------------------------------------- /src/Assets/ask_jeeves_transparent.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/Assets/ask_jeeves_transparent.jpg -------------------------------------------------------------------------------- /src/Assets/build_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/Assets/build_tools.png -------------------------------------------------------------------------------- /src/Assets/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/Assets/config.yaml -------------------------------------------------------------------------------- /src/Assets/core.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/Assets/core.py -------------------------------------------------------------------------------- /src/Assets/cudart_lib.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/Assets/cudart_lib.zip -------------------------------------------------------------------------------- /src/Assets/espeak_windows_files.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/Assets/espeak_windows_files.zip -------------------------------------------------------------------------------- /src/Assets/example1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/Assets/example1.png -------------------------------------------------------------------------------- /src/Assets/example2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/Assets/example2.png -------------------------------------------------------------------------------- /src/Assets/example3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/Assets/example3.png -------------------------------------------------------------------------------- /src/Assets/example4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/Assets/example4.png -------------------------------------------------------------------------------- /src/Assets/example5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/Assets/example5.png -------------------------------------------------------------------------------- /src/Assets/kobold_unblock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/Assets/kobold_unblock.png -------------------------------------------------------------------------------- /src/Assets/sample_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/Assets/sample_error.png -------------------------------------------------------------------------------- /src/Assets/user_manual_consolidated.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/Assets/user_manual_consolidated.md -------------------------------------------------------------------------------- /src/Assets/user_manual_db.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/Assets/user_manual_db.zip -------------------------------------------------------------------------------- /src/Assets/vision_model_table.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/Assets/vision_model_table.html -------------------------------------------------------------------------------- /src/CSS/custom_default.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/CSS/custom_default.css -------------------------------------------------------------------------------- /src/CSS/custom_styelsheet_the_matrix.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/CSS/custom_styelsheet_the_matrix.css -------------------------------------------------------------------------------- /src/CSS/custom_stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/CSS/custom_stylesheet.css -------------------------------------------------------------------------------- /src/CSS/custom_stylesheet_auburn.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/CSS/custom_stylesheet_auburn.css -------------------------------------------------------------------------------- /src/CSS/custom_stylesheet_black.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/CSS/custom_stylesheet_black.css -------------------------------------------------------------------------------- /src/CSS/custom_stylesheet_bluey.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/CSS/custom_stylesheet_bluey.css -------------------------------------------------------------------------------- /src/CSS/custom_stylesheet_bluish.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/CSS/custom_stylesheet_bluish.css -------------------------------------------------------------------------------- /src/CSS/custom_stylesheet_colorblind.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/CSS/custom_stylesheet_colorblind.css -------------------------------------------------------------------------------- /src/CSS/custom_stylesheet_dark_blue.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/CSS/custom_stylesheet_dark_blue.css -------------------------------------------------------------------------------- /src/CSS/custom_stylesheet_dark_grey.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/CSS/custom_stylesheet_dark_grey.css -------------------------------------------------------------------------------- /src/CSS/custom_stylesheet_dark_yellow.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/CSS/custom_stylesheet_dark_yellow.css -------------------------------------------------------------------------------- /src/CSS/custom_stylesheet_default.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/CSS/custom_stylesheet_default.css -------------------------------------------------------------------------------- /src/CSS/custom_stylesheet_green_grey.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/CSS/custom_stylesheet_green_grey.css -------------------------------------------------------------------------------- /src/CSS/custom_stylesheet_greenish.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/CSS/custom_stylesheet_greenish.css -------------------------------------------------------------------------------- /src/CSS/custom_stylesheet_grey.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/CSS/custom_stylesheet_grey.css -------------------------------------------------------------------------------- /src/CSS/custom_stylesheet_hyperbolic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/CSS/custom_stylesheet_hyperbolic.css -------------------------------------------------------------------------------- /src/CSS/custom_stylesheet_jewel.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/CSS/custom_stylesheet_jewel.css -------------------------------------------------------------------------------- /src/CSS/custom_stylesheet_monet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/CSS/custom_stylesheet_monet.css -------------------------------------------------------------------------------- /src/CSS/custom_stylesheet_okeefe.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/CSS/custom_stylesheet_okeefe.css -------------------------------------------------------------------------------- /src/CSS/custom_stylesheet_orangish.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/CSS/custom_stylesheet_orangish.css -------------------------------------------------------------------------------- /src/CSS/custom_stylesheet_puke.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/CSS/custom_stylesheet_puke.css -------------------------------------------------------------------------------- /src/CSS/custom_stylesheet_purplish.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/CSS/custom_stylesheet_purplish.css -------------------------------------------------------------------------------- /src/CSS/custom_stylesheet_reddish.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/CSS/custom_stylesheet_reddish.css -------------------------------------------------------------------------------- /src/CSS/custom_stylesheet_steel_ocean.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/CSS/custom_stylesheet_steel_ocean.css -------------------------------------------------------------------------------- /src/CSS/custom_stylesheet_test.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/CSS/custom_stylesheet_test.css -------------------------------------------------------------------------------- /src/CSS/custom_stylesheet_tron.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/CSS/custom_stylesheet_tron.css -------------------------------------------------------------------------------- /src/CSS/custom_stylesheet_yellowish.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/CSS/custom_stylesheet_yellowish.css -------------------------------------------------------------------------------- /src/Tokenizer/special_tokens_map.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/Tokenizer/special_tokens_map.json -------------------------------------------------------------------------------- /src/Tokenizer/tokenizer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/Tokenizer/tokenizer.json -------------------------------------------------------------------------------- /src/Tokenizer/tokenizer.model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/Tokenizer/tokenizer.model -------------------------------------------------------------------------------- /src/Tokenizer/tokenizer_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/Tokenizer/tokenizer_config.json -------------------------------------------------------------------------------- /src/chart_all_gpus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/chart_all_gpus.py -------------------------------------------------------------------------------- /src/chart_models_chat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/chart_models_chat.py -------------------------------------------------------------------------------- /src/chart_models_vector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/chart_models_vector.py -------------------------------------------------------------------------------- /src/chart_models_vision.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/chart_models_vision.py -------------------------------------------------------------------------------- /src/chat_kobold.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/chat_kobold.py -------------------------------------------------------------------------------- /src/chat_lm_studio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/chat_lm_studio.py -------------------------------------------------------------------------------- /src/chat_local_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/chat_local_model.py -------------------------------------------------------------------------------- /src/chat_openai.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/chat_openai.py -------------------------------------------------------------------------------- /src/check_packages.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/check_packages.py -------------------------------------------------------------------------------- /src/choose_documents_and_vector_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/choose_documents_and_vector_model.py -------------------------------------------------------------------------------- /src/chunk_userguide.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/chunk_userguide.py -------------------------------------------------------------------------------- /src/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/config.yaml -------------------------------------------------------------------------------- /src/constants.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/constants.py -------------------------------------------------------------------------------- /src/create_symlinks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/create_symlinks.py -------------------------------------------------------------------------------- /src/database_interactions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/database_interactions.py -------------------------------------------------------------------------------- /src/document_processor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/document_processor.py -------------------------------------------------------------------------------- /src/download_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/download_model.py -------------------------------------------------------------------------------- /src/extract_metadata.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/extract_metadata.py -------------------------------------------------------------------------------- /src/gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/gui.py -------------------------------------------------------------------------------- /src/gui_file_credentials.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/gui_file_credentials.py -------------------------------------------------------------------------------- /src/gui_tabs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/gui_tabs.py -------------------------------------------------------------------------------- /src/gui_tabs_database_query.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/gui_tabs_database_query.py -------------------------------------------------------------------------------- /src/gui_tabs_databases.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/gui_tabs_databases.py -------------------------------------------------------------------------------- /src/gui_tabs_manage_databases.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/gui_tabs_manage_databases.py -------------------------------------------------------------------------------- /src/gui_tabs_models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/gui_tabs_models.py -------------------------------------------------------------------------------- /src/gui_tabs_settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/gui_tabs_settings.py -------------------------------------------------------------------------------- /src/gui_tabs_settings_database_create.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/gui_tabs_settings_database_create.py -------------------------------------------------------------------------------- /src/gui_tabs_settings_database_query.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/gui_tabs_settings_database_query.py -------------------------------------------------------------------------------- /src/gui_tabs_settings_models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/gui_tabs_settings_models.py -------------------------------------------------------------------------------- /src/gui_tabs_settings_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/gui_tabs_settings_server.py -------------------------------------------------------------------------------- /src/gui_tabs_settings_tts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/gui_tabs_settings_tts.py -------------------------------------------------------------------------------- /src/gui_tabs_settings_vision.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/gui_tabs_settings_vision.py -------------------------------------------------------------------------------- /src/gui_tabs_tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/gui_tabs_tools.py -------------------------------------------------------------------------------- /src/gui_tabs_tools_misc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/gui_tabs_tools_misc.py -------------------------------------------------------------------------------- /src/gui_tabs_tools_ocr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/gui_tabs_tools_ocr.py -------------------------------------------------------------------------------- /src/gui_tabs_tools_scrape.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/gui_tabs_tools_scrape.py -------------------------------------------------------------------------------- /src/gui_tabs_tools_transcribe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/gui_tabs_tools_transcribe.py -------------------------------------------------------------------------------- /src/gui_tabs_tools_vision.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/gui_tabs_tools_vision.py -------------------------------------------------------------------------------- /src/initialize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/initialize.py -------------------------------------------------------------------------------- /src/metrics_bar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/metrics_bar.py -------------------------------------------------------------------------------- /src/module_ask_jeeves.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/module_ask_jeeves.py -------------------------------------------------------------------------------- /src/module_chat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/module_chat.py -------------------------------------------------------------------------------- /src/module_kokoro.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/module_kokoro.py -------------------------------------------------------------------------------- /src/module_ocr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/module_ocr.py -------------------------------------------------------------------------------- /src/module_process_images.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/module_process_images.py -------------------------------------------------------------------------------- /src/module_scraper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/module_scraper.py -------------------------------------------------------------------------------- /src/module_transcribe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/module_transcribe.py -------------------------------------------------------------------------------- /src/module_tts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/module_tts.py -------------------------------------------------------------------------------- /src/module_voice_recorder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/module_voice_recorder.py -------------------------------------------------------------------------------- /src/replace_sourcecode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/replace_sourcecode.py -------------------------------------------------------------------------------- /src/setup_windows.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/setup_windows.py -------------------------------------------------------------------------------- /src/utilities.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BBC-Esq/VectorDB-Plugin/HEAD/src/utilities.py --------------------------------------------------------------------------------