Skip to content

Releases: BBC-Esq/VectorDB-Plugin

v8.0.0 - Qwen3 Embeddings!

09 Jun 19:07
1be6853
Compare
Choose a tag to compare

Version 8.0.0 changes (from 7.10.0):

Chat Models

Embedding Models

Text to Speech

Tools Tab

  • Added a chart showing embedding model memory usage.
  • Fixed scraping of libraries significantly and commented out TO DO to fix.
  • Added Radeon RX 9060 series to GPU chart.

Ask Jeeves

  • Updated Jeeves' knowledge to include any/all instructions to run the Kobold chat backend.
  • Updated Jeeves' knowledge in general.

General Improvements

  • Updated dependencies.
  • Refactored database operations.
  • Eliminated padding/truncation errors.

Installation

  • Just follow the installation instructions on the github readme.

Upgrading from a Prior Version

INSTRUCTIONS FOR UPGRADING FROM A PRIOR VERSION

To upgrade from a prior version while still keeping your databases and models that were downloaded, perform the following steps:

  • In your directory that contains all of the files currently...delete the Include, Lib, Scripts folders. (pertain to your virtual environment)
  • Delete the pyvenv.cfg file. (pertains to your virtual environment)
  • At this point, any and all files pertaining to your virtual environment are gone.
  • Delete the Assets and CSS folders. (new ones will be provided in their entirety further below)
  • Extract all the files from the .zip file for this release and go into the src folder.
  • Copy all files and folders EXCEPT THE CONFIG.YAML FILE into the aforementioned folder where you virtual environment USED TO BE. If there are any prompts indicating that files will be overwritten, CLICK YES since we're only updating necessary files now.
  • EXCEPT THE CONFIG.YAML FILE!
  • EXCEPT THE CONFIG.YAML FILE!
  • last time...EXCEPT THE CONFIG.YAML FILE!

Afterwards, open a command prompt and run the installation instructions on this repository's page; specifically:

python -m venv .
.\Scripts\activate
python setup_windows.py

7.10.0 - Ask Jeeves Again

06 Jun 21:54
2964241
Compare
Choose a tag to compare

Version 7.10.0 changes (from 7.9.0):

  • Fixed Ask Jeeves and updated his knowledge.
  • Stop text to speech within Jeeves midstream.
  • Updated libraries to scrape.
  • Misc.

Installation

  • Just follow the installation instructions on the github readme.

Upgrading from a Prior Version

INSTRUCTIONS FOR UPGRADING FROM A PRIOR VERSION

To upgrade from a prior version while still keeping your databases and models that were downloaded, perform the following steps:

  • In your directory that contains all of the files currently...delete the Include, Lib, Scripts folders. (pertain to your virtual environment)
  • Delete the pyvenv.cfg file. (pertains to your virtual environment)
  • At this point, any and all files pertaining to your virtual environment are gone.
  • Delete the Assets and CSS folders. (new ones will be provided in their entirety further below)
  • Extract all the files from the .zip file for this release and go into the src folder.
  • Copy all files and folders EXCEPT THE CONFIG.YAML FILE into the aforementioned folder where you virtual environment USED TO BE. If there are any prompts indicating that files will be overwritten, CLICK YES since we're only updating necessary files now.
  • EXCEPT THE CONFIG.YAML FILE!
  • EXCEPT THE CONFIG.YAML FILE!
  • Last time...EXCEPT THE CONFIG.YAML FILE!

Afterwards, open a command prompt and run the installation instructions on this repository's page; specifically:

python -m venv .
.\Scripts\activate
python setup_windows.py

v7.9.0 - bug fixes

31 May 13:26
ade1fa1
Compare
Choose a tag to compare

Version 7.9.0 changes (from 7.8.2):

  • Fixed vision models (but florence2 still not working)
  • Fixed bug whereby HF token was required even for non-gated repositories

Installation

  • Just follow the installation instructions on the github readme.

Upgrading from a Prior Version

INSTRUCTIONS FOR UPGRADING FROM A PRIOR VERSION

To upgrade from a prior version while still keeping your databases and models that were downloaded, perform the following steps:

  • In your directory that contains all of the files currently...delete the Include, Lib, Scripts folders. (pertain to your virtual environment)
  • Delete the pyvenv.cfg file. (pertains to your virtual environment)
  • At this point, any and all files pertaining to your virtual environment are gone.
  • Delete the Assets and CSS folders. (new ones will be provided in their entirety further below)
  • Extract all the files from the .zip file for this release and go into the src folder.
  • Copy all files and folders EXCEPT THE CONFIG.YAML FILE into the aforementioned folder where you virtual environment USED TO BE. If there are any prompts indicating that files will be overwritten, CLICK YES since we're only updating necessary files now.
  • EXCEPT THE CONFIG.YAML FILE!
  • EXCEPT THE CONFIG.YAML FILE!
  • Last time...EXCEPT THE CONFIG.YAML FILE!

Afterwards, open a command prompt and run the installation instructions on this repository's page; specifically:

python -m venv .
.\Scripts\activate
python setup_windows.py

v7.8.2 - BLITZKRIEG

30 May 09:46
7e25804
Compare
Choose a tag to compare

Version 7.8.2 changes (from 7.8.0):

  • Updated dependencies, including numpy now version 2+.
  • Fixes model info for infly embedding models.
  • Fixes batch size for embedding models.
  • Fixed a major bug that allowed non-string extracted "text" to slipt through, causing tokenizer errors.
  • Fixed file hash being computed twice unnecessarily.
  • Fixed the .txt file that TTS relies on from containing thinking.
  • Made OCR check optional due to massive processing time with a lot of pdf files.
  • Improved OCR check functionality.
  • Fixed a bug that required HF authentication for non-gated repos, and threw an error if one wasn't provided.

Installation

  • Just follow the installation instructions on the github readme.

Upgrading from a Prior Version

INSTRUCTIONS FOR UPGRADING FROM A PRIOR VERSION

To upgrade from a prior version while still keeping your databases and models that were downloaded, perform the following steps:

  • In your directory that contains all of the files currently...delete the Include, Lib, Scripts folders. (pertain to your virtual environment)
  • Delete the pyvenv.cfg file. (pertains to your virtual environment)
  • At this point, any and all files pertaining to your virtual environment are gone.
  • Delete the Assets and CSS folders. (new ones will be provided in their entirety further below)
  • Extract all the files from the .zip file for this release and go into the src folder.
  • Copy all files and folders EXCEPT THE CONFIG.YAML FILE into the aforementioned folder where you virtual environment USED TO BE. If there are any prompts indicating that files will be overwritten, CLICK YES since we're only updating necessary files now.
  • EXCEPT THE CONFIG.YAML FILE!
  • EXCEPT THE CONFIG.YAML FILE!
  • Last time...EXCEPT THE CONFIG.YAML FILE!

Afterwards, open a command prompt and run the installation instructions on this repository's page; specifically:

python -m venv .
.\Scripts\activate
python setup_windows.py

v7.8.1 - blitzkrieg

25 May 14:08
bfb6a02
Compare
Choose a tag to compare

Version 7.8.1 changes (from 7.8.0):

  • Updated dependencies, including numpy now version 2+.
  • Fixes model info for infly embedding models.
  • Fixes batch size for embedding models.
  • Fixed a major bug that allowed non-string extracted "text" to slipt through, causing tokenizer errors.
  • Fixed file hash being computed twice unnecessarily.
  • Fixed the .txt file that TTS relies on from containing thinking.
  • Made OCR check optional due to massive processing time with a lot of pdf files.
  • Improved OCR check functionality.

Installation

  • Just follow the installation instructions on the github readme.

Upgrading from a Prior Version

INSTRUCTIONS FOR UPGRADING FROM A PRIOR VERSION

To upgrade from a prior version while still keeping your databases and models that were downloaded, perform the following steps:

  • In your directory that contains all of the files currently...delete the Include, Lib, Scripts folders. (pertain to your virtual environment)
  • Delete the pyvenv.cfg file. (pertains to your virtual environment)
  • At this point, any and all files pertaining to your virtual environment are gone.
  • Delete the Assets and CSS folders. (new ones will be provided in their entirety further below)
  • Extract all the files from the .zip file for this release v7.8.1 and go into the src folder.
  • Copy all files and folders EXCEPT THE CONFIG.YAML FILE into the aforementioned folder where you virtual environment USED TO BE. If there are any prompts indicating that files will be overwritten, CLICK YES since we're only updating necessary files now.
  • EXCEPT THE CONFIG.YAML FILE!
  • EXCEPT THE CONFIG.YAML FILE!
  • Last time...EXCEPT THE CONFIG.YAML FILE!

Afterwards, open a command prompt and run the installation instructions on this repository's page; specifically:

python -m venv .
.\Scripts\activate
python setup_windows.py

v7.8.0 - NUMBER ONE

19 May 18:12
57ff11b
Compare
Choose a tag to compare

Version 7.8.0 changes (from 7.7.0):

  • infly-retriever-v1-1.5b is currently the number one MTEB ranked embedding model

Chat Models

Added GLM4Z - 9b - excellent thinking model
Added Phi 4 Mini - 4b
Added Seed Coder - 8b - excellent coding-focused model

Embedding Models

Added gte-Qwen2-1.5B-instruct
Added infly-retriever-v1-1.5b
Added infly-retriever-v1-7b

Removed Alibaba-gte-base - superseded
Removed Alibaba-gte-modernbert-base - superseded
Removed Alibaba-gte-large - superseded
Removed stella_en_1.5B_v5 - superseded
Removed stella_en_400M_v5 - superseded

General Improvements

  • Improved the speed and accuracy of adding files that will be put into the database (symlink creation).
  • Fine-tuned embedding model key word arguments
  • Improve text extraction.
  • Correct PDF page citations
  • Refactor gui_tabs_database_query.py
  • Improve thinking indicators and displays
  • Improve scraper
  • Refactor metrics_bar.py
  • Refactor module_chat.py

Installation

  • Just follow the installation instructions on the github readme.

Upgrading from a Prior Version

INSTRUCTIONS FOR UPGRADING FROM A PRIOR VERSION

To upgrade from a prior version while still keeping your databases and models that were downloaded, perform the following steps:

  • In your directory that contains all of the files currently...delete the Include, Lib, Scripts folders. (pertain to your virtual environment)
  • Delete the pyvenv.cfg file. (pertains to your virtual environment)
  • At this point, any and all files pertaining to your virtual environment are gone.
  • Delete the Assets and CSS folders. (new ones will be provided in their entirety further below)
  • Extract all the files from the .zip file for this release v7.8.0 and go into the src folder.
  • Copy all files and folders EXCEPT THE CONFIG.YAML FILE into the aforementioned folder where you virtual environment USED TO BE. If there are any prompts indicating that files will be overwritten, CLICK YES since we're only updating necessary files now.
  • EXCEPT THE CONFIG.YAML FILE!
  • EXCEPT THE CONFIG.YAML FILE!
  • last time...EXCEPT THE CONFIG.YAML FILE!

Afterwards, open a command prompt and run the installation instructions on this repository's page; specifically:

python -m venv .
.\Scripts\activate
python setup_windows.py

v7.7.4 - BUG fix

14 May 14:53
0d2ff70
Compare
Choose a tag to compare
  • Bug fix. to Kobold backend. Thanks to @berreka

v7.7.3 - BUG fix

14 May 12:51
f683e1d
Compare
Choose a tag to compare
  • Fix a bug with LM Studio backend.
  • Thanks @berreka

v7.7.2 - QWEN3 DESTROYS

05 May 20:03
35af814
Compare
Choose a tag to compare

Version 7.7.2 changes:

Vision Models

  • Fixed bugs with the Ovis2 and Granite Vision models.

Chat Models

Gemma3 models replaced multiple other chat models. They're just too good. They decimated other models.

Embedding Models

  • Fix embedding model args

Optical Character Recognition

  • Fixed some bugs and improved speed a little bit.

Ask Jeeves

  • The Ask Jeeves functionality is outdated at the moment due to data loss issues...will work to repair in a future patch.

Installation

  • Just follow the installation instructions on the github readme.

Upgrading from a Prior Version

INSTRUCTIONS FOR UPGRADING FROM A PRIOR VERSION

To upgrade from a prior version while still keeping your databases and models that were downloaded, perform the following steps:

  • In your directory that contains all of the files currently...delete the Include, Lib, Scripts folders. (pertain to your virtual environment)
  • Delete the pyvenv.cfg file. (pertains to your virtual environment)
  • At this point, any and all files pertaining to your virtual environment are gone.
  • Delete the Assets and CSS folders. (new ones will be provided in their entirety further below)
  • Extract all the files from the .zip file for this release v7.7.1 and go into the src folder.
  • Copy all files and folders EXCEPT THE CONFIG.YAML FILE into the aforementioned folder where you virtual environment USED TO BE. If there are any prompts indicating that files will be overwritten, CLICK YES since we're only updating necessary files now.
  • EXCEPT THE CONFIG.YAML FILE!
  • EXCEPT THE CONFIG.YAML FILE!
  • last time...EXCEPT THE CONFIG.YAML FILE!

Afterwards, open a command prompt and run the installation instructions on this repository's page; specificallyk:

python -m venv .
.\Scripts\activate
python setup_windows.py

v7.7.1 - Qwen3 DESTROYS (patch)

04 May 00:22
ac4fecc
Compare
Choose a tag to compare

Version 7.7.1 changes:

Vision Models

  • Fixed bugs with the Ovis2 and Granite Vision models.

Chat Models

Gemma3 models replaced multiple other chat models. They're just too good. They decimated other models.

Embedding Models

Optical Character Recognition

  • Fixed some bugs and improved speed a little bit.

Ask Jeeves

  • The Ask Jeeves functionality is outdated at the moment due to data loss issues...will work to repair in a future patch.

Installation

  • Just follow the installation instructions on the github readme.

Upgrading from a Prior Version

INSTRUCTIONS FOR UPGRADING FROM A PRIOR VERSION

To upgrade from a prior version while still keeping your databases and models that were downloaded, perform the following steps:

  • In your directory that contains all of the files currently...delete the Include, Lib, Scripts folders. (pertain to your virtual environment)
  • Delete the pyvenv.cfg file. (pertains to your virtual environment)
  • At this point, any and all files pertaining to your virtual environment are gone.
  • Delete the Assets and CSS folders. (new ones will be provided in their entirety further below)
  • Extract all the files from the .zip file for this release v7.7.1 and go into the src folder.
  • Copy all files and folders EXCEPT THE CONFIG.YAML FILE into the aforementioned folder where you virtual environment USED TO BE. If there are any prompts indicating that files will be overwritten, CLICK YES since we're only updating necessary files now.
  • EXCEPT THE CONFIG.YAML FILE!
  • EXCEPT THE CONFIG.YAML FILE!
  • last time...EXCEPT THE CONFIG.YAML FILE!

Afterwards, open a command prompt and run the installation instructions on this repository's page; specificallyk:

python -m venv .
.\Scripts\activate
python setup_windows.py