v1.2.1

HKUDS/LightRAGv1.2.1Feb 24, 2025by LarFii

AI Summary

This release focuses on stability improvements, enhanced UI capabilities, and database support. It introduces a Knowledge Graph API for NetworkX and simplifies deployment configurations.

Key Highlights

  • WebUI now supports more file types
  • Simplified Dockerfile and docker-compose files
  • Support for providing custom IDs when inserting documents
  • New Knowledge Graph API for NetworkX storage
  • PostgreSQL support for namespace_prefix

New Features

  • WebUI file types support
  • Custom document IDs
  • Knowledge Graph API for NetworkX

Full Release Notes

## What's Changed
* Added more file types support to the webui by @ParisNeo in https://github.com/HKUDS/LightRAG/pull/897
* Simplify dockerfile and docker-compose files by @ArnoChenFx in https://github.com/HKUDS/LightRAG/pull/905
* add support of providing ids for documents insert by @PiochU19 in https://github.com/HKUDS/LightRAG/pull/892
* fix insert_custom_chunks skipping every new doc by @konrad-woj in https://github.com/HKUDS/LightRAG/pull/906
* Refactor api server by split it to smaller files by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/880
* Fix the demo issue of PG to cater with new LightRag changes by @ShanGor in https://github.com/HKUDS/LightRAG/pull/914
* Add support to namespace_prefix for postgres_impl by @ShanGor in https://github.com/HKUDS/LightRAG/pull/916
* fix apipeline_enqueue_documents by @enriquecatala in https://github.com/HKUDS/LightRAG/pull/923
* Simplify cli arguments by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/925
* HotFix: fix document indexing error API Server, fix PostgreSQL error while handle doc with null bytes. by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/908
* Implement Knowledge Graph API for NetworkX Storage by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/928

## New Contributors
* @PiochU19 made their first contribution in https://github.com/HKUDS/LightRAG/pull/892
* @konrad-woj made their first contribution in https://github.com/HKUDS/LightRAG/pull/906

**Full Changelog**: https://github.com/HKUDS/LightRAG/compare/v1.1.12...v1.2.1