Skip to content

Releases: Cinnamon/kotaemon

v0.11.2

04 Mar 10:17
155e590

Choose a tag to compare

What's Changed

  • feat: support MCP tools and enhance resource updating with renaming c… by @cin-niko in #813

Full Changelog: v0.11.1...v0.11.2

v0.11.1

27 Feb 09:47
fe52d20

Choose a tag to compare

What's Changed

  • feat(build): add uv package manager support for faster installation by @back2zion in #790

New Contributors

Full Changelog: v0.11.0...v0.11.1

v0.11.0

04 Jul 11:34
37cdc28

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.7...v0.11.0

v0.10.6

01 Apr 04:32
911b20c

Choose a tag to compare

What's Changed

  • fix: rename nonexistent function call in update_macos.sh script by @tzzed in #687
  • feat: add indexing batch size setting for LightRAG (to prevent rate limit) by @taprosoft in #720
  • fix: error 'history_messages' with LightRAG latest version by @bennoloeffler in #719

New Contributors

Full Changelog: v0.10.5...v0.10.6

v0.10.4

31 Mar 14:53

Choose a tag to compare

What's Changed

Full Changelog: v0.10.3...v0.10.4

v0.10.3

14 Feb 14:37
c51c1fc

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.2...v0.10.3

v0.10.2

05 Feb 06:45
0b09089

Choose a tag to compare

What's Changed

  • feat: add support for reasoning llm with thought visualization by @taprosoft in #652

2025-02-05_11-52
2025-02-05_11-58

Full Changelog: v0.10.1...v0.10.2

v0.10.1

03 Feb 01:10
f5b2200

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.10.1

v0.10.0

02 Feb 08:20
3bd3830

Choose a tag to compare

What's Changed

A major release with these new features:

  • New mindmap visualization format with more interactive behaviour
    2025-01-07_20-51

  • Select text from answer to highlight relevant citation (only work with English and latin language for now).
    2025-01-17_17-57

  • 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

    • Support for long context and customizable context size on UI
      image
    • Select model name on first setup screen or using env vars (LOCAL_MODEL & LOCAL_MODEL_EMBEDDINGS)
      image
    • Built-in Ollama in Docker image (kotaemon:main-ollama)
    • Sample Colab setup script for private / local RAG testing
  • Add Fly.io deployment template

  • Add new public demo

Full Changelog: v0.9.11...v0.10.0

v0.9.11

24 Dec 02:45
5343d0d

Choose a tag to compare

What's Changed

Full Changelog: v0.9.10...v0.9.11