v0.7.7

Cinnamon/kotaemonv0.7.7Nov 7, 2024by github-actions[bot]

AI Summary

This release introduces LightRAG support and fixes chunk overlap logic, while also adding partial progress displays for graph indexing operations.

Key Highlights

  • Added LightRAG integration support
  • Fixed chunk overlap to allow zero value
  • Added progress display for NanoGraphRAG and LightRAG indexing

New Features

  • LightRAG support
  • Chunk overlap zero value fix

Full Release Notes

## What's Changed
* fix: allow chunk_overlap with zero value by @pvl in https://github.com/Cinnamon/kotaemon/pull/457
* feat: add lightrag support by @taprosoft in https://github.com/Cinnamon/kotaemon/pull/474
* add NanoGraphRAG and LightRAG partial progress display in indexing

![image](https://github.com/user-attachments/assets/7cffd122-4059-467c-89a4-edab44c3c7be)

To use LightRAG, check out instruction at https://github.com/Cinnamon/kotaemon#setup-graphrag -> `Setup LIGHTRAG`

**Full Changelog**: https://github.com/Cinnamon/kotaemon/compare/v0.7.6...v0.7.7