What's Changed
- docs: improve installation instructions by @taprosoft in #620
- feat: sso login, demo mode & new mindmap support by @taprosoft in #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_ENABLED
with 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
-
Add Fly.io deployment template
-
Add new public demo
Full Changelog: v0.9.11...v0.10.0