Skip to content

v8.0.0 - Qwen3 Embeddings!

Latest
Compare
Choose a tag to compare
@BBC-Esq BBC-Esq released this 09 Jun 19:07
· 10 commits to main since this release
1be6853

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