Skip to content

2.3.37

Compare
Choose a tag to compare
@brianpetro brianpetro released this 03 Dec 14:04
· 51 commits to main since this release

⚠️ Requires re-configuring embedding model!

Release Notes v2.3:

  • Introduces Smart Chat v2

    • improved UI/UX
      • built-in Ollama configuration
        • available models are automatically loaded for easy selection
        • no more advanced configuration is required to use Ollama
      • improved context selection
        • try it by typing @ in the chat
    • code improvements:
      • uses a component pattern for easy extendability and updates
      • uses an updated universal chat model adapter designed to maximize compatibility with new models as they continue to be released
  • Improved embedding model configuration

    • implements updated universal embedding adapter
      • sets the stage for including additional embedding platforms and local embedding providers like Ollama
    • Note: built-in local embedding models can be found using the transformers embedding platform
  • This release also includes a number of bugfixes and UI improvements