2498 Commits

Author SHA1 Message Date
Saifeddine ALOUI
bf1557fc2c
Merge branch 'HKUDS:main' into main 2025-03-05 21:35:57 +01:00
zrguo
cac0f3ddc6
Merge pull request #1009 from HKUDS/dev
Added entity merging functionality
2025-03-06 00:58:45 +08:00
zrguo
ec0450f712 Add merge entities 2025-03-06 00:53:23 +08:00
Saifeddine ALOUI
6e4daea056
Linting 2025-03-05 15:36:47 +01:00
Saifeddine ALOUI
39c24f4a59
Update utils_api.py 2025-03-05 15:36:17 +01:00
Saifeddine ALOUI
c62422eade
Update utils_api.py 2025-03-05 15:33:54 +01:00
Saifeddine ALOUI
95a6a274ca
Update ollama_api.py 2025-03-05 15:33:06 +01:00
Saifeddine ALOUI
aaa8194423
Update document_routes.py 2025-03-05 15:32:39 +01:00
Milin
59e3b2eec1 refactor(api): Code optimization based on review comments.
- Removed authentication dependency for the health check endpoint in lightrag_server.py
- Removed the authentication dependency for the entire router in ollama_api.py
- Updated the parameter list and example usage in README.md, removing authentication-related parts
- Removed neo4j and tqdm dependencies from requirements.txt
- Deleted command-line argument parsing code related to authentication from utils_api.py
2025-03-05 20:38:05 +08:00
Milin
11502fc756
Merge branch 'HKUDS:main' into feat_login-jwt 2025-03-05 20:21:21 +08:00
yangdx
81b78bda76 Refactor Vite configuration and add environment type definitions
- Removed local Vite config file
- Updated dev scripts to use default config
- Added env.d.ts for type definitions
- Enhanced Vite config with dynamic proxy
- Simplified build and dev script commands
2025-03-05 18:25:51 +08:00
zrguo
20f2e57260
Merge pull request #1006 from HKUDS/dev
[Bug]Fix the issue where editing entity names does not properly update the corresponding relationship in the vdb.
2025-03-05 17:00:43 +08:00
zrguo
917dc39334 fix linting 2025-03-05 17:00:01 +08:00
zrguo
649164c3e6 Update lightrag.py 2025-03-05 16:55:09 +08:00
zrguo
55973ed05b
Merge pull request #1005 from HKUDS/revert#994
Revert "[EVO] Add language configuration to environment and argument …
2025-03-05 16:31:18 +08:00
zrguo
06fc65d9a0 Revert "[EVO] Add language configuration to environment and argument parsing"
This reverts commit a688b8822a8a9eb3853781bb5c71029a22aa5396.
2025-03-05 16:26:28 +08:00
zrguo
5e7ef39998 Update operate.py 2025-03-05 15:12:01 +08:00
yangdx
0ca7c0e230 Fix linting 2025-03-05 15:07:11 +08:00
zrguo
ea8fe3d7a0
Merge pull request #1002 from danielaskdd/improve-async-task-error-handling
Improved task handling and error management in LightRAG
2025-03-05 15:05:36 +08:00
yangdx
b08bf51b69 Apply graph force layout on maxIterations change 2025-03-05 14:30:30 +08:00
yangdx
4e2a9b1994 Apply min_degree filter for full graph query 2025-03-05 13:21:17 +08:00
yangdx
ca9e958cad Fix subgraph filtering bugs 2025-03-05 13:13:46 +08:00
yangdx
cb988f20da Added emptyOutDir option to Vite build config 2025-03-05 12:54:15 +08:00
Milin
852634e20e
Merge branch 'main' into feat_login-jwt 2025-03-05 12:42:40 +08:00
yangdx
5f12aa3ee4 Fix linting 2025-03-05 12:32:23 +08:00
yangdx
5e40e4107d Added min_degree exception for connected nodes 2025-03-05 11:48:04 +08:00
yangdx
1fddc8552e Added minimum degree filter for graph queries
- Introduced min_degree parameter in graph query
- Updated UI to include minimum degree setting
- Modified API to handle min_degree parameter
- Updated graph query logic in LightRAG
2025-03-05 11:37:55 +08:00
Milin
63aa4f9dfc feat(api): Add user authentication functionality
- Implement JWT-based user authentication logic
- Add login endpoint and token validation middleware
- Update API routes with authentication dependencies
- Add authentication-related environment variables
- Optimize requirements.txt with necessary dependencies
2025-03-05 11:09:31 +08:00
yangdx
d52b6bead1 Refactor graph search and add local Vite config.
- Simplify graph search parameters in API
- Add inclusive search and min degree options
- Update Vite config for local development
- Enhance graph query endpoint in web UI
- Add new Vite config file for local setup
2025-03-05 10:39:27 +08:00
Yannick Stephan
a39e1554d1
Merge pull request #994 from Brocowlee/language_support
[EVO] Add language configuration to environment and argument parsing
2025-03-04 22:33:03 +01:00
Yannick Stephan
311636c888
Merge pull request #995 from ParisNeo/main
Made .env file loaded from the current folder instead of the script folder
2025-03-04 22:32:53 +01:00
Yannick Stephan
4501a20a6a
Merge pull request #990 from HKUDS/dev
Completed the missing methods in various databases to support modifications for the Graph.
2025-03-04 18:56:48 +01:00
Saifeddine ALOUI
f1ad55244a linting 2025-03-04 14:44:12 +01:00
Saifeddine ALOUI
77ed47c168
Merge branch 'HKUDS:main' into main 2025-03-04 13:02:30 +01:00
Brocowlee
a688b8822a [EVO] Add language configuration to environment and argument parsing 2025-03-04 10:09:47 +00:00
zrguo
3264f6a118 Update delete_by_doc_id 2025-03-04 16:36:58 +08:00
zrguo
4e59a293fe
Update __init__.py 2025-03-04 16:19:23 +08:00
zrguo
1ee6c23a53 fix linting 2025-03-04 16:12:27 +08:00
zrguo
4ebaf8026b Update oracle_impl.py 2025-03-04 16:11:13 +08:00
yangdx
002948d342 Added search mode and min degree filtering for NetworkX
- Implemented exact and inclusive search modes
- Added min degree filtering for nodes
- Updated API to parse label for search options
2025-03-04 16:08:05 +08:00
zrguo
b420d2e289
Merge pull request #989 from danielaskdd/Add-summary-lang-support
Add summary language setting by env
2025-03-04 16:04:42 +08:00
zrguo
81568f3bad fix linting 2025-03-04 15:53:20 +08:00
zrguo
3a2a636862 Implement the missing methods. 2025-03-04 15:50:53 +08:00
yangdx
735231d851 No need the await entity_relation_task first 2025-03-04 15:30:52 +08:00
Saifeddine ALOUI
694daf158a
Merge branch 'HKUDS:main' into main 2025-03-04 08:27:53 +01:00
yangdx
8cf9f04dbc Improved task handling and error management in LightRAG
- Created tasks with references for cancellation
- Prioritized entity relation task execution
- Implemented task cancellation on failure
- Added error logging to pipeline_status
2025-03-04 14:59:50 +08:00
zrguo
de9aeedad7 Merge branch 'main' of https://github.com/HKUDS/LightRAG 2025-03-04 14:20:57 +08:00
zrguo
0679ca4055 Update neo4j_impl.py 2025-03-04 14:20:55 +08:00
yangdx
25cbb9bf92 Merge branch 'main' into Add-summary-lang-support 2025-03-04 14:02:21 +08:00
yangdx
06b2124dd0 Fix linting 2025-03-04 14:02:14 +08:00