v1.1.1
HKUDS/LightRAGv1.1.1Jan 13, 2025by LarFii
AI Summary
Introduces character segmentation and custom chunking features alongside API consolidation and HTTPS support. The release ensures backwards compatibility while refining PostgreSQL and Neo4j implementations.
Key Highlights
- Character Segmentation Functionality
- Custom Chunking Feature
- API Consolidation and HTTPS Support
- Backwards Compatibility Restoration
New Features
- Character Segmentation
- Custom Chunking
- HTTPS Support for API Servers
Full Release Notes
## What's Changed * Add character segmentation functionality for chunks by @tongshiyuan in https://github.com/HKUDS/LightRAG/pull/551 * Fix:Optimized logic for automatic switching modes when keywords do not exist by @n3A87 in https://github.com/HKUDS/LightRAG/pull/547 * Implement custom chunking feature by @GurjotSinghShorthillsAI in https://github.com/HKUDS/LightRAG/pull/553 * Restore backwards compatibility for LightRAG's ainsert method by @ParisNeo in https://github.com/HKUDS/LightRAG/pull/555 * Optimize the character segmentation parameters by @tongshiyuan in https://github.com/HKUDS/LightRAG/pull/557 * Add custom chunking function. by @AdiKalra in https://github.com/HKUDS/LightRAG/pull/560 * [API Enhancement] Consolidate API Servers and Add HTTPS Support (#565) by @ParisNeo in https://github.com/HKUDS/LightRAG/pull/569 * Revise the AGE usage for postgres_impl by @ShanGor in https://github.com/HKUDS/LightRAG/pull/570 * Highlight the Apache AGE release version issue in the README.MD by @ShanGor in https://github.com/HKUDS/LightRAG/pull/573 * fix: Resolve 500 error caused by missing `len()` for `LightRAG` by @iridium-soda in https://github.com/HKUDS/LightRAG/pull/572 * Fix 500 error in LightRAG's API insert_text endpoint by @ParisNeo in https://github.com/HKUDS/LightRAG/pull/575 * Revise the AGE implementation on get_node_edges, to align with Neo4j behavior. by @ShanGor in https://github.com/HKUDS/LightRAG/pull/576 ## New Contributors * @tongshiyuan made their first contribution in https://github.com/HKUDS/LightRAG/pull/551 * @n3A87 made their first contribution in https://github.com/HKUDS/LightRAG/pull/547 * @GurjotSinghShorthillsAI made their first contribution in https://github.com/HKUDS/LightRAG/pull/553 * @AdiKalra made their first contribution in https://github.com/HKUDS/LightRAG/pull/560 * @iridium-soda made their first contribution in https://github.com/HKUDS/LightRAG/pull/572 **Full Changelog**: https://github.com/HKUDS/LightRAG/compare/v1.1.0...v1.1.1