Skip to content

1.0.1 Beautiful Verba

Compare
Choose a tag to compare
@thomashacker thomashacker released this 15 May 11:10
· 154 commits to main since this release

Beautiful Verba Update (v1.0.0) 🚀

What's New?

Added

  • Added DaisyUI
  • Optimized frontend codebase
  • Fully Reworked Verba Design
    • Fully Responsive, optimized for all screen sizes
  • Customization Capabilities
    • Added Default, Darkmode, Weaviate themes
    • Full text, color, image customization
  • Improve Chat Interface
    • Better formatting of markdown + code
    • Keep conversations saved in localBrowser storage
    • Better Debugging by providing more information about current states
  • Improve Document Viewer Interface
    • Add Pagination
    • Add Sorting
    • Use Aggregation for Filtering
  • Improve Status Overview
    • Reworked Frontend + Optimize Code
    • Sort status entries
    • Improve Loading Speed by using Aggregation
  • Improve Component Selection for both Ingestion and RAG
    • Added new configuraiton that will be passed between frontend and backend
    • Cleaned codebase, merged interfaces and managers to single files
    • Added clean endpoints for better code readability
    • Reworked on interfaces
  • Added better console and logging for ingestion
  • More Configuration
    • Enable/Disable Caching and Autocomplete Suggestions
    • Improved verba_config.json
  • Ability to enable/disable caching + autosuggestions
  • Add Google Gemini as new Embedder and Generator
  • Added .CSV support (all file types available in Unstructured IO)
  • More test data
  • Add Ollama as Generator and Embedding Component
  • Add Support for Cohere R+
  • Improved WindowRetriever Context Generation
  • Show RAW Context in Frontend + Save in LocalStorage
  • Save Settings and Configuration in Weaviate

Changed

  • Changed to AppRouter framework
  • Changed frontend project structure
  • Changed backend project structure
  • Removed Llama Generator Component

Fixed

  • Using Accelerator Library

To get started with Verba, simply run:

pip install goldenverba

or download the wheels.

Happy RAG! ❤️