v1.0.9
HKUDS/LightRAGv1.0.9Jan 2, 2025by LarFii
AI Summary
Highlights include document status tracking with breakpoint resume support and a mixed search mode combining knowledge graphs. It also features temporal support for relationships and a Windows async fix.
Key Highlights
- Document Status Tracking and Breakpoint Resume
- Mixed Search Mode Implementation
- Temporal Support for Relationships
- Windows Async Fix
New Features
- Document Status Tracking
- Mixed Search Mode
- Temporal Support for Knowledge Graph Relationships
Full Release Notes
## What's Changed * Streamlined API Installation and Documentation Enhancement by @ParisNeo in https://github.com/HKUDS/LightRAG/pull/514 * Fixed `keywords_extraction_examples` format error by @zhangch-ss in https://github.com/HKUDS/LightRAG/pull/515 * Fixed the async issue while running on Windows by @ShanGor in https://github.com/HKUDS/LightRAG/pull/516 * Feature (lightrag): Added document status tracking and breakpoint resume support by @magicyuan876 in https://github.com/HKUDS/LightRAG/pull/521 * Feature (lightrag): Implemented mixed search mode combining knowledge graph and other techniques by @magicyuan876 in https://github.com/HKUDS/LightRAG/pull/523 * Optimized the prompts in the mixed search mode by @magicyuan876 in https://github.com/HKUDS/LightRAG/pull/524 * Feature: Enhanced temporal support for knowledge graph relationships by @magicyuan876 in https://github.com/HKUDS/LightRAG/pull/525 * Fixed breakpoint resume bug, ensuring that only documents with completed statuses are filtered out by @magicyuan876 in https://github.com/HKUDS/LightRAG/pull/529 * Fixed: Changed exception type by @ChenZiHong-Gavin in https://github.com/HKUDS/LightRAG/pull/527 * Development updates by @LarFii in https://github.com/HKUDS/LightRAG/pull/532 * Updated LICENSE, fixed copyright license year by @JasonnnW3000 in https://github.com/HKUDS/LightRAG/pull/533 ## New Contributors * @zhangch-ss made their first contribution in https://github.com/HKUDS/LightRAG/pull/515 * @ShanGor made their first contribution in https://github.com/HKUDS/LightRAG/pull/516 * @JasonnnW3000 made their first contribution in https://github.com/HKUDS/LightRAG/pull/533 **Full Changelog**: https://github.com/HKUDS/LightRAG/compare/v1.0.8...v1.0.9