Skip to content

Releases: HKUDS/LightRAG

v1.4.6

03 Aug 18:11
Compare
Choose a tag to compare

What's New

  • feat(performance): Optimize Document Deletion Performance with Entity/Relation Indexing by @danielaskdd in #1904
  • refactor: improve JSON parsing reliability with json-repair library by @danielaskdd in #1897

What's Fixed

Full Changelog: v1.4.5...v1.4.6

v1.4.5

31 Jul 10:20
364ae23
Compare
Choose a tag to compare

What's New

  • Feat(webui): add document list pagination for webui by @danielaskdd in #1886
  • Feat: add Document Processing Track ID Support for Frontend by @danielaskdd in #1882
  • Better prompt for entity description extraction to avoid hallucinations by @AkosLukacs in #1845
  • Refine entity continuation prompt to avoid duplicates and reducing document processing time by @danielaskdd in #1868
  • feat: Add rerank score filtering with configurable threshold by @danielaskdd in #1871
  • Feat(webui): add query param reset buttons to webui by @danielaskdd in #1889
  • Feat(webui): enhance status card with new settings from health endpoint by @danielaskdd in #1873

What's Fixed

New Contributors

Full Changelog: v1.4.4...v1.4.5

v1.4.4

24 Jul 09:12
Compare
Choose a tag to compare

New

Fixed

New Contributors

Full Changelog: v1.4.3...v1.4.4

v1.4.3

19 Jul 04:33
0171e0c
Compare
Choose a tag to compare

New

Fixed

  • Fix: resolved PostgreSQL AGE agtype parsing error and simplify error logging by @danielaskdd in #1802
  • Fix: implemented entity-keyed locks for edge merging operations to ensure robust race condition protection by @danielaskdd in #1811
  • Fix: add retry mechanism for Memgraph transient errors by @danielaskdd in #1810
  • Fix file path handling in graph operations by @danielaskdd in #1796
  • Enhance Redis connection handling with retries and timeouts by @danielaskdd in #1809

New Contributors

Full Changelog: v1.4.2...v1.4.3

v1.4.2

17 Jul 08:47
Compare
Choose a tag to compare

Hotfix: Resolve entity_type and weight problem for Milvus DB

  • Fix Milvus DataNotMatchException by @okxuewei in #1792
  • fix: change default edge weight from 0.0 to 1.0 in entity extraction and graph storage by @danielaskdd in #1794

Full Changelog: v1.4.1...v1.4.2

v1.4.1

16 Jul 14:35
946139a
Compare
Choose a tag to compare

Hotfix: Resolved PostgreSQL data migration problem for v1.4.0

  • Optimize PostgreSQL database migrations speed for LLM cache
  • Fix LLM cache key translation error for PostgreSQL
  • Fix PostgreSQL AGE graph storage workspace error after migration
  • Fix timezone problem for document list.

Other fixed

  • Remove max token summary display from splash screen
  • Update i18n translation for new query parameters
  • Limit file deletion to current directory only after document cleaning

Full Changelog: v1.4.0...v1.4.1

v1.4.0

15 Jul 18:39
Compare
Choose a tag to compare

Importance Notes

  • After upgrading, please clear documents and cache, then re-index your documents for document deletion feature functions correctly. Remember to select the "clear cache simultaneously" option when clearing documents. If the document deletion functionality is not immediately required, there is no need to re-index documents.
  • This upgrade includes changes to QueryParam parameters. If you previously integrated LightRAG using QueryParam, please update your parameter passing according to the latest API. Refer to the /query endpoint parameters on the web UI's API page.
  • The integration of Reranker in this version significantly enhances the performance of mixed queries. We recommend using mixed query mode as the default when Reranker is enabled.

Added

  • Add chunk reranking support to improve query performance by @LarFii in #1753 #1782
  • Implement document deletion functionality in the WebUI by @danielaskdd in #1698 #1697 #1732
  • Implement data isolation for all storage types via WORKSPACE environment variable by @danielaskdd in #1743
  • Enable parallel processing in the merge stage of document processing to leverage LLM concurrent capabilities by @maharjun in #1549 #1772 #1771 #1770
  • Update ollama compatible api by @SLKun in #1724
  • Flatten LLM cache structure for improved recall efficiency by @danielaskdd in #1729
  • Webui sync MAX_GRAPH_NODES setting from backend by @danielaskdd in #1747
  • Reduce default embedding batch size from 32 to 10 by @danielaskdd in #1750
  • Support COT/reasoning model by removing tag for entities and keywords extraction by @SLKun in #1752
  • Remove deprecated MAX_TOKEN_SUMMARY parameter to prevent LLM output truncation by @danielaskdd in #1783
  • Refine summary logic and add dedicated Ollama num_ctx config by @danielaskdd in #1778
  • Add Memgraph as a Supported Graph Database Backend by @DavIvek in #1703 #1766

Fixed

New Contributors

Full Changelog: v1.3.9...v1.4.0

v1.3.9

24 Jun 07:33
3acdeeb
Compare
Choose a tag to compare

What's Changed

  • docs: Add clear initialization requirements and troubleshooting section by @neno-is-ooo in #1665
  • Add doc for explaining LightRAG's multi-document concurrent processing mechanism by @earayu in #1619
  • feat: Support application/octet-stream requests from LiteLLM clients for Ollama Emulation by @danielaskdd in #1673
  • Feat: RAG-Anything Integration by @LarFii in #1688
  • Feat: Add comprehensive document deletion feature with integrated knowledge graph reconstruction by @LarFii in #1693

Bugs fixed

New Contributors

Full Changelog: v1.3.8...v1.3.9

v1.3.8

05 Jun 09:44
3325f20
Compare
Choose a tag to compare

What's Changed

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

New Contributors

Full Changelog: v1.3.7...v1.3.8

v1.3.7

14 May 06:03
Compare
Choose a tag to compare

What's New

Bugs fixed

New Contributors

Full Changelog: v1.3.6...v1.3.7