v1.1.2
HKUDS/LightRAGv1.1.2Jan 16, 2025by LarFii
AI Summary
Focuses on database resilience with fixes for MongoDB's 16MB limit and multi-format document support. It includes enhancements for dynamic dependency management and custom keyword extraction functions.
Key Highlights
- Fix for MongoDB 16MB Limit
- Multi-format Document Support
- Dynamic Dependency Management
- Custom Keyword Extraction Function
New Features
- Multi-format Document Support
- Custom Function with Separate Keyword Extraction
Full Release Notes
## What's Changed * Fix for mongoDB document 16MB limit and add os env NEO4J_MAX_CONNECTION_POOL_SIZE for neo4j by @jiabin2wang20230918 in https://github.com/HKUDS/LightRAG/pull/581 * Enhancement: Multi-format document support and dynamic dependency management #565 by @ParisNeo in https://github.com/HKUDS/LightRAG/pull/587 * Enrich README.md for postgres usage, fix the issue for running postgres on python version<12 by @ShanGor in https://github.com/HKUDS/LightRAG/pull/589 * Add custom function with separate keyword extraction for user's query and a separate prompt by @gurjot-05 in https://github.com/HKUDS/LightRAG/pull/585 * Enhance Robustness of insert Method with Pipeline Processing and Caching Mechanisms by @jin38324 in https://github.com/HKUDS/LightRAG/pull/590 ## New Contributors * @jiabin2wang20230918 made their first contribution in https://github.com/HKUDS/LightRAG/pull/581 * @gurjot-05 made their first contribution in https://github.com/HKUDS/LightRAG/pull/585 **Full Changelog**: https://github.com/HKUDS/LightRAG/compare/v1.1.1...v1.1.2