v1.3.8

HKUDS/LightRAGv1.3.8Jun 5, 2025by LarFii

AI Summary

Bug fixes and integrations including MinerU, Opik observability, and Kubernetes deployment support.

Key Highlights

  • Fixed GraphML to JSON mapping in xml_to_json function
  • Fixed js files MIME type error for Windows environment
  • Integrated Opik for Enhanced Observability
  • Added Kubernetes Helm Chart for deployment
  • Added LaTeX formula rendering support to ChatMessage component
  • Integrated MinerU for document processing

New Features

  • Opik observability integration
  • Kubernetes Helm Chart
  • LaTeX formula rendering
  • MinerU integration

Full Release Notes

## What's Changed
* Fix: Correct GraphML to JSON mapping in xml_to_json function by @sa9arr in https://github.com/HKUDS/LightRAG/pull/1592
* Fix js files MIME type error for Windows environment by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1605
* Reflect core library parameter update in API server by @yumpyy in https://github.com/HKUDS/LightRAG/pull/1607
* Adding file_source.s as optional attribute to text.s requests by @belabon25 in https://github.com/HKUDS/LightRAG/pull/1608
* feat: Integrate Opik for Enhanced Observability in LlamaIndex LLM Int… by @MartinPerez in https://github.com/HKUDS/LightRAG/pull/1604
* Add Kubernetes Helm Chart for LightRAG Deployment by @earayu in https://github.com/HKUDS/LightRAG/pull/1602
* Adding citation support in custom graph creation by @omriAl in https://github.com/HKUDS/LightRAG/pull/1633
* feat: add LaTeX formula rendering support to ChatMessage component by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1647
* MinerU integration by @LarFii in https://github.com/HKUDS/LightRAG/pull/1659

## New Contributors
* @sa9arr made their first contribution in https://github.com/HKUDS/LightRAG/pull/1592
* @yumpyy made their first contribution in https://github.com/HKUDS/LightRAG/pull/1607
* @belabon25 made their first contribution in https://github.com/HKUDS/LightRAG/pull/1608
* @MartinPerez made their first contribution in https://github.com/HKUDS/LightRAG/pull/1604
* @omriAl made their first contribution in https://github.com/HKUDS/LightRAG/pull/1633

**Full Changelog**: https://github.com/HKUDS/LightRAG/compare/v1.3.7...v1.3.8