v0.9.3

Cinnamon/kotaemonv0.9.3Dec 4, 2024by github-actions[bot]

AI Summary

This release adds a toggle for the conversation control sidebar, Google embedding support, and allows users to customize chunk size and overlap for indices. It also introduces a custom Ollama URL override via environment variables.

Key Highlights

  • Toggle for conversation control sidebar
  • Google embedding support and setup updates
  • Custom Ollama URL override via environment variables
  • User-configurable chunk size and overlap for indices

New Features

  • Conversation control sidebar toggle
  • Google embedding support
  • Custom Ollama URL support
  • Configurable chunk size and overlap

Full Release Notes

## What's Changed
* feat: add toggle for conversation control sidebar by @taprosoft in https://github.com/Cinnamon/kotaemon/pull/546
* feat: set user being able to set chunk size and overlap for indices by @cin-cris in https://github.com/Cinnamon/kotaemon/pull/524
* feat: allow index names without Collections suffix by @pvl in https://github.com/Cinnamon/kotaemon/pull/473
* feat: add Google embedding support & update setup by @taprosoft in https://github.com/Cinnamon/kotaemon/pull/550

#### Add Google API support
![image](https://github.com/user-attachments/assets/8b86567f-5c0b-4b29-9f67-cf14e345d0ff)

#### Toggle for conversation control sidebar
![sidebar](https://github.com/user-attachments/assets/8b2c0e23-0b30-419e-bb27-f7fb042cf325)

#### Custom Ollama URL override
User can set custom Ollama URL by KH_OLLAMA_URL environment variables. Useful when you need to change Ollama base URL at run time (e.g: `docker run`)

**Full Changelog**: https://github.com/Cinnamon/kotaemon/compare/v0.9.2...v0.9.3