Commit Graph

  • bc5ccc5f19 Update Dockerfile and API requirements for improved build and dependencies coredevorg 2025-03-11 10:39:55 +00:00
  • cbacb615f3 Use COALESCE to handle null degree counts in Neo4J queries. yangdx 2025-03-11 18:33:26 +08:00
  • bedad9a6d9 Merge branch 'main' into fix-neo4j-duplicate-nodes yangdx 2025-03-11 18:05:58 +08:00
  • 11a5a04c4d Merge pull request #1053 from HKUDS/dev3 zrguo 2025-03-11 17:33:37 +08:00
  • f1e8641573 Merge pull request #1051 from HKUDS/dev zrguo 2025-03-11 17:03:01 +08:00
  • ea05b8e49f Fix the merge bug with Neo4j zrguo 2025-03-11 16:19:44 +08:00
  • b61db8635c Fix lintiing yangdx 2025-03-11 16:16:50 +08:00
  • af359f83fc Exclude lightrag/api/webui from pre-commit hooks. yangdx 2025-03-11 16:13:51 +08:00
  • c26cb3a9ea fix merge bugs zrguo 2025-03-11 16:05:04 +08:00
  • f1d312a2ce Update UI and refine node property display for compatible with legacy data yangdx 2025-03-11 15:54:41 +08:00
  • 418aea3895 fix linting zrguo 2025-03-11 15:44:01 +08:00
  • 62b304600b clean lightrag.py zrguo 2025-03-11 15:43:04 +08:00
  • 30310c2845 Fix relation info in kownledge graph UI yangdx 2025-03-11 15:36:38 +08:00
  • 91f96f2a8b Merge pull request #1032 from ArindamRoy23/main zrguo 2025-03-11 15:26:59 +08:00
  • 141de28015 Merge pull request #1046 from danielaskdd/fix-extraction-problem zrguo 2025-03-11 15:21:38 +08:00
  • f5f21f6f9b Merge pull request #1045 from zhenya-zhu/improve_keyword_extraction_prompt zrguo 2025-03-11 15:11:26 +08:00
  • 3fb2044273 Merge pull request #1043 from zhicwu/main zrguo 2025-03-11 15:10:03 +08:00
  • 6b22e8065b Added loginPage choizhang 2025-03-11 14:48:19 +08:00
  • 9d1dc2c9c3 Fix linting yangdx 2025-03-11 12:23:51 +08:00
  • 061350b2bf Improve Entity Extraction Robustness for Truncated LLM Responses yangdx 2025-03-11 12:08:10 +08:00
  • d77401961d Resolve the issue with making API calls to Azure OpenAI service Zhichun Wu 2025-03-11 11:57:41 +08:00
  • 37754f14b5 force keywords_extraction output as JSON Zhenya Zhu 2025-03-11 11:54:30 +08:00
  • 7fddabb441 Fix linting yangdx 2025-03-11 10:28:25 +08:00
  • aefd596990 Refactor Neo4JStorage to use entity_id for node identification, use entity_type for node label yangdx 2025-03-11 09:59:42 +08:00
  • 92ae895713 Refactor requirements and code formatting Roy 2025-03-10 15:39:18 +00:00
  • 8317ec9757 Update __init__.py zrguo 2025-03-10 23:00:06 +08:00
  • 7ed7cb4ecf Merge pull request #1036 from danielaskdd/neo4j-add-min-degree zrguo 2025-03-10 22:24:22 +08:00
  • 2bf40ab636 Merge branch 'main' into neo4j-add-min-degree zrguo 2025-03-10 22:24:06 +08:00
  • 2b230d403d Merge pull request #1011 from ParisNeo/main zrguo 2025-03-10 22:14:47 +08:00
  • 3fa6d8757a Merge branch 'HKUDS:main' into main ArindamRoy23 2025-03-10 19:42:18 +05:30
  • ad13009cff fix edit_entity zrguo 2025-03-10 19:07:19 +08:00
  • bbff3ed0ab Fix linting yangdx 2025-03-10 17:30:40 +08:00
  • 7807379bee Remove unused ids parameter from _build_query_context function Roy 2025-03-10 09:18:22 +00:00
  • 5d64f3b0a0 Improved auto-scan task initialization and status tracking. yangdx 2025-03-10 17:14:14 +08:00
  • 3cca18c59c Refactor pipeline status updates and entity extraction. yangdx 2025-03-10 16:48:59 +08:00
  • 57a41eedb8 Fix linting yangdx 2025-03-10 15:41:46 +08:00
  • 46610682ce Fix data persistence issue in single-process mode yangdx 2025-03-10 15:41:00 +08:00
  • adca27fae9 Merge branch 'main' into neo4j-add-min-degree yangdx 2025-03-10 02:13:49 +08:00
  • 4065a7df92 Fix linting yangdx 2025-03-10 02:07:19 +08:00
  • 14e1b31d1c Improved logging clarity in storage operations yangdx 2025-03-10 02:05:55 +08:00
  • 6b0acce644 Avoid redundant llm cache updates yangdx 2025-03-10 01:45:58 +08:00
  • d2708b966d Added update flag to avoid persistence if no data is changed for KV storage yangdx 2025-03-10 01:17:25 +08:00
  • 4977c718f1 Improve KV storage initialize logic yangdx 2025-03-10 00:12:35 +08:00
  • c938989920 Fix llm cache save problem in json_kv storage yangdx 2025-03-09 23:33:03 +08:00
  • bc42afe7b6 Unify llm_response_cache and hashing_kv, prevent creating an independent hashing_kv. yangdx 2025-03-09 22:15:26 +08:00
  • 04862033d6 Made the defa&ult mode non docling Saifeddine ALOUI 2025-03-09 13:14:39 +01:00
  • e47883d872 Add atomic data initialization lock to prevent race conditions yangdx 2025-03-09 17:33:15 +08:00
  • 020a6b5ae0 Refactor LLM cache config to use argparse and add status display yangdx 2025-03-09 16:45:57 +08:00
  • c854aabde0 Add process ID to log messages for better multi-process debugging clarity yangdx 2025-03-09 15:25:10 +08:00
  • 90527875fd Fix async issues in namespace init yangdx 2025-03-09 15:22:06 +08:00
  • 53cfb72db4 linted Saifeddine ALOUI 2025-03-08 23:07:51 +01:00
  • 4f42b6d933 Merge branch 'HKUDS:main' into main Saifeddine ALOUI 2025-03-08 23:06:53 +01:00
  • 4ce28b31bd minor readme fix Roy 2025-03-08 21:31:41 +00:00
  • a1708a2638 Add optional ids filter to QueryParam for RAG document filtering Roy 2025-03-08 21:13:29 +00:00
  • d6a426d3e6 Included all requirements in the package Roy 2025-03-08 21:09:45 +00:00
  • 16536c870c Commit unncessary files update Roy 2025-03-08 21:06:19 +00:00
  • 04fdc617bb main_merge Roy 2025-03-08 20:34:29 +00:00
  • 0695697ad0 Merge pull request #1 from ArindamRoy23/document_query_filter ArindamRoy23 2025-03-09 01:58:04 +05:30
  • e31c0c8f6c Update vector query methods to support ID filtering in PostgreSQL Roy 2025-03-08 20:25:20 +00:00
  • 32a7d40650 Update lightrag_openai_neo4j_milvus_redis_demo.py zrguo 2025-03-09 02:11:31 +08:00
  • fe34c50b43 Merge pull request #1030 from HKUDS/dev zrguo 2025-03-09 01:29:49 +08:00
  • c936aaf5c8 fix linting zrguo 2025-03-09 01:29:21 +08:00
  • 595d8bf372 Update prompt.py zrguo 2025-03-09 01:25:15 +08:00
  • 548f9a8234 Update prompts zrguo 2025-03-09 01:21:39 +08:00
  • 6a969e8de4 Disable logging for graph database lock acquisition and release yangdx 2025-03-09 01:14:24 +08:00
  • c5d0962872 Fix linting yangdx 2025-03-09 01:00:42 +08:00
  • 3cf4268e7a Change logging level from INFO to DEBUG for cache hit/miss messages yangdx 2025-03-09 00:59:40 +08:00
  • da59cc89d8 fix linting zrguo 2025-03-09 00:51:14 +08:00
  • 376b63b704 Merge pull request #1027 from dixyes/fix-qdrant-payload-id zrguo 2025-03-09 00:28:17 +08:00
  • 3ae261dcd3 Merge pull request #1025 from danielaskdd/add-env-llm-cache-for-extract zrguo 2025-03-09 00:26:55 +08:00
  • 18c0770409 fix: duplicate nodes for same entity(label) problem in Neo4j yangdx 2025-03-09 00:24:55 +08:00
  • c67e6aceca Merge branch 'main' into main zrguo 2025-03-09 00:23:06 +08:00
  • 38ebb16d63 Merge pull request #1021 from da-luggas/main zrguo 2025-03-09 00:19:41 +08:00
  • 906619fa93 Merge pull request #1024 from ShanGor/main zrguo 2025-03-09 00:17:11 +08:00
  • 528fb11364 Refactor vector query methods to support optional ID filtering Roy 2025-03-08 15:43:17 +00:00
  • 73452e63fa Add async lock for atomic graph database operations yangdx 2025-03-08 22:48:12 +08:00
  • 95c06f1bde Add graph DB lock to shared storage system yangdx 2025-03-08 22:36:41 +08:00
  • ed1e44f925 Merge branch 'main' into multi-language baoheping 2025-03-08 19:04:32 +08:00
  • 59a2202e7c Added Minimum Degree baoheping 2025-03-08 09:26:21 +00:00
  • 458eafd714 Fix qdrant payload id dixyes 2025-03-08 16:40:40 +08:00
  • b7f67eda21 fix the postgres get all labels and get knowledge graph Samuel Chan 2025-03-08 11:45:59 +08:00
  • fb4a4c736e Add duplicate edge upsert checking and logging yangdx 2025-03-08 11:36:24 +08:00
  • 22a93fb717 Limit neighbor nodes fetch to 1000 in Neo4JStorage. yangdx 2025-03-08 11:29:08 +08:00
  • 887f6ed81a Fix return empty list when no edges is found yangdx 2025-03-08 11:20:22 +08:00
  • af26d65698 Convert _ensure_label method from async to sync yangdx 2025-03-08 10:23:27 +08:00
  • 78f8d7a1ce Convert node and edge IDs to f-strings for consistency. yangdx 2025-03-08 10:20:10 +08:00
  • 84222b8b76 Refactor Neo4JStorage methods for robustness and clarity. yangdx 2025-03-08 10:19:20 +08:00
  • fcb04e47e5 Refactor Neo4J APOC fall back retrival implementaion yangdx 2025-03-08 04:28:54 +08:00
  • 27ab894d00 Merge pull request #1018 from HKUDS/dev Yannick Stephan 2025-03-07 21:26:43 +01:00
  • bbe139cfeb Enhance PostgreSQL vector storage with chunk_id support Roy 2025-03-07 20:18:01 +00:00
  • 0ec61d6407 Update project dependencies and example test files Roy 2025-03-07 18:45:28 +00:00
  • c07b592e1b Add missing await consume yangdx 2025-03-08 02:39:51 +08:00
  • af803f4e7a Refactor Neo4J graph query with min_degree an inclusive match support yangdx 2025-03-08 01:20:36 +08:00
  • bad3781f51 Fixed entites_section_list comma error Lukas Selch 2025-03-07 12:04:10 +01:00
  • 0ee2e7fd48 Suppress Neo4j warning logs by setting logger level. yangdx 2025-03-07 16:56:48 +08:00
  • 6e3b23069c - Remove useless _label_exists method yangdx 2025-03-07 16:43:18 +08:00
  • 17ccab8db2 Updated README with LLM cache configuration details yangdx 2025-03-07 15:22:20 +08:00
  • c2f861fba9 Settign LLM cache option for entity extraction from env yangdx 2025-03-07 15:03:33 +08:00
  • e822f35c89 Fix edit entity and relation bugs zrguo 2025-03-07 14:39:06 +08:00
  • c76f43c8e8 Merge pull request #1015 from HKUDS/main zrguo 2025-03-07 12:49:30 +08:00