v0.10.0
What's Changed
- docs: improve installation instructions by @taprosoft in https://github.com/Cinnamon/kotaemon/pull/620
- feat: sso login, demo mode & new mindmap support by @taprosoft in https://github.com/Cinnamon/kotaemon/pull/644
A major release with these new features:
-
New mindmap visualization format with more interactive behaviour
-
Select text from answer to highlight relevant citation (only work with English and latin language for now).
-
SSO login (currently only support Google SSO) with the env var
KH_SSO_ENABLEDwith more strict access control toward external users deployment.
KH_SSO_ENABLED=true ./launch.sh
# need to setup Google OAuth through: GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET
-
Improve Chat suggestion UI & toggle
-
Improve File Group management logics for multi-user
-
Better Ollama support
- Support for long context and customizable context size on UI
- Select model name on first setup screen or using env vars (
LOCAL_MODEL&LOCAL_MODEL_EMBEDDINGS) - Built-in Ollama in Docker image (
kotaemon:main-ollama) - Sample Colab setup script for private / local RAG testing
- Support for long context and customizable context size on UI
-
Add Fly.io deployment template
-
Add new public demo
Full Changelog: https://github.com/Cinnamon/kotaemon/compare/v0.9.11...v0.10.0