github HKUDS/LightRAG v1.4.0

latest releases: v1.4.9.7, v1.4.9.6, v1.4.9.5...
3 months ago

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

Don't miss a new LightRAG release

NewReleases is sending notifications on new releases.