Releases: Cinnamon/kotaemon
Releases · Cinnamon/kotaemon
v0.7.8
What's Changed
- feat: include light rag build in Docker by @taprosoft in #475
- fix: update Docker file for graphrag by @taprosoft in #477
- fix: fix Application UI using UTC time by @cin-cris in #472
New Contributors
Full Changelog: v0.7.7...v0.7.8
v0.7.7
What's Changed
- fix: allow chunk_overlap with zero value by @pvl in #457
- feat: add lightrag support by @taprosoft in #474
- add NanoGraphRAG and LightRAG partial progress display in indexing
To use LightRAG, check out instruction at https://github.com/Cinnamon/kotaemon#setup-graphrag -> Setup LIGHTRAG
Full Changelog: v0.7.6...v0.7.7
v0.7.6
v0.7.5
What's Changed
- fix: rewoo citation by @taprosoft in #441
- fix: clean chatUI and simplify regen logic by @taprosoft in #452
Full Changelog: v0.7.4...v0.7.5
v0.7.4
What's Changed
- feat: integrate nano-graphrag by @cin-klein in #433
- To use nano-graphrag, set
USE_NANO_GRAPHRAG=true
when launching Kotaemon. NanoGraphRAG will automatically pickup default LLM & embeddings model in Kotaemon so you can use any supported models for GraphRAG.
New Contributors
- @cin-klein made their first contribution in #433
Full Changelog: v0.7.3...v0.7.4
v0.7.3
What's Changed
- fix: pin
python-multipart
version forgradio<5
to avoid yanking issues when building docker by @cin-niko in #436
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
- feat: add toggle dark mode button on main Chat UI by @taprosoft in #423
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- docs: update README.md by @cin-jimmy in #404
- feat: add file grouping feature by @taprosoft in #416
New Contributors
- @cin-jimmy made their first contribution in #404
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- feat: add mindmap visualization function by @taprosoft in #405
To enable mind-map feature:
- Toggle
Create Mindmap
in Reasoning settings. - Create new conversation, now each question will be comprehended by a mind-map in Information panel.
Full Changelog: v0.6.12...v0.7.0