Skip to content

v7.2.0 - Deepseek R1 arrives!

Compare
Choose a tag to compare
@BBC-Esq BBC-Esq released this 30 Jan 17:19
· 44 commits to main since this release
be1c54e

Deprecation Notices

  • The longstanding "instructor" embedding models have finally been superseded. They've been removed from the Models tab so you can no longer download them. Make sure to recreate any vector databases you've created with them because support will be removed in the next release.

Upgrading

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.2.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, namely:

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

Embedding Models.

Change Details Notes
Added stella_en_400M_5 Superb lightweight model, arguably the best English-only small model.
Added Alibaba-gte-modernbert-base High context limit based on new "Modern Bert" architecture.

Chat Models

Change Details Notes
Added Deepseek R1 - 7b New introspective model.
Added Deepseek R1 - 14b New introspective model.
Added Deepseek R1 - 32b New introspective model.

Ask Jeeves!

image

  • Updated Jeeves knowledge.
  • Do not forget to set the proper permissions for the Kobold backend, as described in this repository's readme.

Metrics Bar

  • Added an "arc" option. Right-click to change the visualization.
  • In case you missed it, here are the current available options:

Bars

image

Sparkline

image

Speedometer

image

Arc (new)

image

Updated Dependencies

  • Too many to mention...