4054 Commits

Author SHA1 Message Date
yangdx
ef79088f60 Move max_graph_nodes to global config 2025-07-07 21:53:57 +08:00
yangdx
cb14ce6ff3 Bump api version to 0180 2025-07-07 18:14:31 +08:00
yangdx
907a07d71e Allow to delete files with incomplete status 2025-07-07 18:14:14 +08:00
yangdx
68921bc475 Update env.example 2025-07-07 17:49:33 +08:00
yangdx
f417118e27 Center banner text dynamically 2025-07-07 17:28:59 +08:00
yangdx
f86ae6df0a Update api server README 2025-07-07 17:16:14 +08:00
yangdx
13b2c93eec Update README.md 2025-07-07 16:44:30 +08:00
yangdx
752df9d674 Update env.example 2025-07-07 08:53:33 +08:00
yangdx
7a7a01b68b Fix linting 2025-07-07 04:44:06 +08:00
yangdx
9e823de74e Exit program on vector index creation failure for MongoDB 2025-07-07 04:43:46 +08:00
Daniel.y
d7d59ed973
Merge pull request #1743 from danielaskdd/add-workspace-env
Feat: Implement data isolation for all storage types via WORKSPACE environment variable
2025-07-07 04:24:22 +08:00
yangdx
4632adb355 Add NEO4J_WORKSPACE env var override support
- Allow workspace override via NEO4J_WORKSPACE
- Update env.example with new config option
2025-07-07 04:16:44 +08:00
yangdx
7916b3d18f Update webui assets 2025-07-07 03:45:19 +08:00
yangdx
da8655002a Add composite indexes for workspace+id columns for PostgreSQL 2025-07-07 03:36:49 +08:00
yangdx
907f2313cd Improve MongoDB vector index handling with workspace support
- Add workspace-specific index naming
- Store index name as instance variable
2025-07-07 03:19:41 +08:00
yangdx
1d24e8ca3c Bump api version to 0179 2025-07-07 01:40:26 +08:00
yangdx
db22cad2c8 feat: add workspace and MAX_GRAPH_NODES to /health endpoint and webui 2025-07-07 01:39:48 +08:00
yangdx
30e263329f Fix linting 2025-07-07 01:27:02 +08:00
yangdx
253833475f Add workspace info to splash screen display 2025-07-07 01:26:27 +08:00
yangdx
033098c1bc Feat: Add WORKSPACE support to all storage types 2025-07-07 00:57:21 +08:00
yangdx
1b2d295a4f Remove namespace_prefix 2025-07-06 00:16:47 +08:00
yangdx
6c75bcbaae Merge branch 'add-log' 2025-07-05 23:19:56 +08:00
yangdx
98150e80b8 Improved empty/whitespace file handling
- Better detection of whitespace-only files
- Changed error to warning for empty chunks
2025-07-05 23:16:39 +08:00
yangdx
bd50827ffc Update pyproject.toml to specify Python 3.10 as the minimum required version. 2025-07-05 23:00:22 +08:00
xuewei
648a87653f 文本块是空白 2025-07-05 14:28:42 +08:00
xuewei
49cb51b5dc PDF文件解析不到内容 2025-07-05 13:47:47 +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
2d78d74055 Fix milvus compatible check error 2025-07-05 07:55:36 +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
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