Skip to content

v1.3.2

Compare
Choose a tag to compare
@danielaskdd danielaskdd released this 17 Apr 03:54
· 446 commits to main since this release

What's New

Key improvements: Enhanced document indexing speed. Significantly improved the query performance of Neo4j and PostgreSQL AGE graph storage.

Bug fixed

  • Fix mix_kg_vector_query return value error when only_need_context is enabled by @danielaskdd in #1318
  • Fixed null value handling and ensure exceptions are avoided by @IcySugar000 in #1315
  • Fix document list sorting problem while filter is off by @danielaskdd in #1326
  • Fix: LLM cache now work for nodes and edges merging by @danielaskdd in #1328
  • Fixes a bug where file_path was not present dictionary by @FeHuynhVI in #1304
  • Fix error when running caused by global_args.timeout being None by @HyuPete in #1333
  • Fix grammar and typo in LightRAG Server REAEME.md by @earayu in #1329
  • Fix history turns not working for query test in WebUI by @choizhang in #1332
  • Fix the issue where PostgresSQL AGE cannot handle content containing backslashes by @danielaskdd in #1360
  • Add graph_db_lock to ensure consistency across multiple processes for node and edge edition jobs by @danielaskdd in #1367
  • Fix: LLM cache not saving anymore while enable_llm_cache is disabled by @danielaskdd in #1377
  • Fix PostgreSQL subquery in FROM missing alias by @superhuahua in #1375

New Contributors

Full Changelog: v1.3.1...v1.3.2