xuewei
49cb51b5dc
PDF文件解析不到内容
2025-07-05 13:47:47 +08:00
yangdx
a567601da2
Merge branch 'main' into add-Memgraph-graph-db
2025-07-05 13:14:39 +08:00
yangdx
706da5ad23
Merge branch 'main' of github.com:HKUDS/LightRAG
2025-07-05 13:12:27 +08:00
yangdx
86a00ed333
Remove deprecated storage type
2025-07-05 13:11:32 +08:00
Daniel.y
3be908d81f
Merge pull request #1737 from danielaskdd/fix-empty-entity-name
...
fix: prevent empty entity names after normalization in extraction
2025-07-05 12:09:12 +08:00
yangdx
fe13475234
Fix linting
2025-07-05 12:07:37 +08:00
yangdx
a2e59dd078
fix: prevent empty entity names after normalization in extraction
...
Added validation checks in entity and relationship extraction functions to filter out entities that become empty strings after normalize_extracted_info processing. This prevents empty labels from appearing in get_all_labels() results and maintains knowledge graph data integrity.
2025-07-05 12:06:34 +08:00
yangdx
bdfd2d53c7
Fix linting
2025-07-05 11:43:45 +08:00
yangdx
2e2b9f3b48
Refactor setup.py
to utilize pyproject.toml
for project installation.
2025-07-05 11:19:00 +08:00
yangdx
8cb89e35e1
Remove graph_visualizer
2025-07-05 10:15:43 +08:00
yangdx
99bb25a282
Update logger message
2025-07-05 08:21:54 +08:00
yangdx
1fd74540c2
Update env example
2025-07-05 08:05:53 +08:00
yangdx
3a317c54c2
Update env.example
2025-07-05 08:04:59 +08:00
yangdx
8ce2223e58
Merge branch 'main' into add-Memgraph-graph-db
2025-07-05 07:56:14 +08:00
yangdx
2d78d74055
Fix milvus compatible check error
2025-07-05 07:55:36 +08:00
yangdx
96ed758b75
Merge branch 'main' into add-Memgraph-graph-db
2025-07-05 07:10:03 +08:00
yangdx
fb979be9ff
Fix linting
2025-07-05 07:09:33 +08:00
yangdx
b842a80aab
Fix linting
2025-07-05 07:09:01 +08:00
yangdx
9878dc7f51
fix: ensure Milvus collections are loaded before operations
...
- Resolves "collection not loaded" MilvusException errors
2025-07-05 00:40:25 +08:00
yangdx
2f7cef968d
fix: ensure Milvus collections are loaded before operations
...
- Resolves "collection not loaded" MilvusException errors
2025-07-05 00:32:55 +08:00
yangdx
4ea38456f0
Improve graph query robustness and error handling
2025-07-05 00:31:52 +08:00
yangdx
a69194c079
Merge branch 'main' into add-Memgraph-graph-db
2025-07-04 23:53:07 +08:00
yangdx
7ec4ba5f9a
Fix: recover faiss_impl.py
2025-07-04 23:50:27 +08:00
Daniel.y
ae8e2db43d
Merge pull request #1736 from danielaskdd/optimize-milvus
...
Refactoring implementation of Milvus vector storage
2025-07-04 21:54:44 +08:00
yangdx
951ea3b851
Remvoe deprecated storage type
2025-07-04 21:48:18 +08:00
yangdx
6201c7fb56
Refactoring Milvus implementation
2025-07-04 21:42:10 +08:00
yangdx
cb15883130
Merge branch 'main' of github.com:HKUDS/LightRAG
2025-07-04 19:16:05 +08:00
yangdx
810676d54c
Fix faisss import error
2025-07-04 19:12:23 +08:00
zrguo
840cd4650b
Update batch_eval.py
2025-07-04 14:33:03 +08:00
zrguo
62655a4725
Update raganything_example.py
2025-07-04 11:32:01 +08:00
yangdx
531502677e
fix: Use create_time when update_time is 0 in PGKVStorage queries
2025-07-03 23:38:53 +08:00
yangdx
3355a0ce95
Fix create_time conflict in MongoKVStorage updates
2025-07-03 22:58:08 +08:00
yangdx
04d793abbd
Update logger message
2025-07-03 22:15:32 +08:00
Daniel.y
d3cb5753bb
Merge pull request #1735 from danielaskdd/check-pending-status
...
Feat: Check pending equest_pending after document deletion
2025-07-03 21:44:22 +08:00
yangdx
67f51597c2
Bump api version to 0178
2025-07-03 21:37:47 +08:00
yangdx
05231233f1
Feat: Check pending equest_pending after document deletion
...
- Add double-check for pipeline status to prevent race conditions
- Implement automatic processing of pending indexing requests after deletion
2025-07-03 21:36:35 +08:00
zrguo
12b36bf0c9
Update raganything_example.py
2025-07-03 19:22:20 +08:00
Daniel.y
790677c13f
Merge pull request #1732 from danielaskdd/optimize-doc-delete
...
Refac: Optimize document deletion performance
2025-07-03 17:17:21 +08:00
yangdx
6c2ae40d7d
Refac: Enhance KG rebuild stability by incorporating create_time
into the LLM cache
2025-07-03 17:08:29 +08:00
yangdx
a9e10ae810
Update logger messages
2025-07-03 14:08:19 +08:00
yangdx
6b6d14bc3a
fix: Deduplicate entities and relationships in a single chunk with multiple gleaning results during KG rebuild
2025-07-03 13:47:52 +08:00
yangdx
70e154b0aa
Fix linting
2025-07-03 12:26:05 +08:00
yangdx
ff1b1c61c7
Implemented storage types: PostgreSQL and MongoDB
2025-07-03 11:46:24 +08:00
yangdx
e56734cb8b
Refac: Optimize document deletion performance
...
- Adding chunks_list to dock_status
- Adding llm_cache_list to text_chunks
- Implemented storage types: JsonKV and Redis
2025-07-03 04:18:25 +08:00
Daniel.y
d0f04383cc
Merge pull request #1729 from danielaskdd/refac-kv-cache
...
feat: Flatten LLM cache structure for improved recall efficiency
2025-07-02 16:36:45 +08:00
yangdx
3be8727e3e
Bump api version to 0177
2025-07-02 16:35:22 +08:00
yangdx
86c9a0cda2
Fix linting
2025-07-02 16:29:43 +08:00
yangdx
271722405f
feat: Flatten LLM cache structure for improved recall efficiency
...
Refactored the LLM cache to a flat Key-Value (KV) structure, replacing the previous nested format. The old structure used the 'mode' as a key and stored specific cache content as JSON nested under it. This change significantly enhances cache recall efficiency.
2025-07-02 16:11:53 +08:00
zrguo
1ee9cab235
Add max_gleaning to env
2025-07-01 17:14:02 +08:00
zrguo
479865a271
Add max_gleaning to env
2025-07-01 17:13:33 +08:00