yangdx
65574459f9
standardize .env loading behavior across modules
2025-03-29 03:48:38 +08:00
yangdx
46f5c5b47f
Fix linting
2025-03-26 17:30:06 +08:00
yangdx
5c18213b24
fix: optimize job name handling in document processing pipeline
...
- Move job name setting to before batch processing
- Fix document and batch counter accumulation
2025-03-26 16:58:31 +08:00
yangdx
57143fedcc
feat(lightrag): improve job name display with file path and count
...
Replace generic "indexing files" with dynamic job name showing truncated file path and total file count.
2025-03-26 12:32:52 +08:00
omdivyatej
f049f2f5c4
linting errors
2025-03-25 15:20:09 +05:30
omdivyatej
3522da1b21
specify LLM for query
2025-03-23 21:33:49 +05:30
yangdx
101e1c907c
Fix linting
2025-03-21 21:51:52 +08:00
zrguo
9b4f41d8d5
add embedding_bathc_num and embedding_func_max_async to env
2025-03-21 13:47:53 +08:00
zrguo
eb1e954ced
fix lint
2025-03-20 22:13:31 +08:00
zrguo
d817defbc4
fix edit feature
2025-03-20 22:00:11 +08:00
Daniel.y
251f624273
Merge pull request #1107 from JoramMillenaar/fix--psql-return-type
...
Fixed get_by_id type error in PSQL impl
2025-03-18 20:40:28 +08:00
jofoks
54e4a31aa6
Fixed get_by_id type error in PSQL impl
2025-03-17 17:32:54 -07:00
zrguo
6115f60072
fix lint
2025-03-17 23:36:00 +08:00
zrguo
bf18a5406e
add citation
2025-03-17 23:32:35 +08:00
yangdx
34727b3bd5
Update log message for in-memory DB persistence
2025-03-17 04:25:23 +08:00
yangdx
701d2d7d47
Fix linting
2025-03-17 04:11:25 +08:00
yangdx
2a4ff7c0d0
Fix pipeline bactch process problem
...
- Process batch one by one
- Process documents in parallel within each batch
2025-03-17 04:00:38 +08:00
yangdx
c2ba7f33ff
Adjust concurrency limits more LLM friendly settings for new comers
...
- Lowered max async LLM processes to 4
- Enabled LLM cache for entity extraction
- Reduced max parallel insert to 2
2025-03-16 23:56:34 +08:00
Daniel.y
bce409acff
Merge pull request #1079 from pengjunfeng11/main
...
Replace unreasonable parameter names
2025-03-16 15:31:02 +08:00
pengjunfeng11
f53f07bcf4
Update code comments in ainsert method
...
Update code comments in ainsert method. The original comment was cut off in the middle, not a complete sentence, and cannot be read
2025-03-14 10:59:24 +08:00
zrguo
e6b55360a1
fix merge bug
2025-03-13 23:12:42 +08:00
zrguo
78a4edeff5
fix linting
2025-03-13 22:20:55 +08:00
zrguo
5707aab6bd
fix existing justification bug
2025-03-13 22:16:56 +08:00
zrguo
e2b9be2dc6
Update lightrag.py
2025-03-13 16:52:48 +08:00
Rushi Chaganti
39633cb1d9
Fixed lint and Added new imports at the top of the file
2025-03-12 00:04:23 +05:30
zrguo
baea58497f
Merge pull request #1052 from HKUDS/dev2
...
Standardizing Vector Database Interfaces
2025-03-11 20:55:32 +08:00
zrguo
11a5a04c4d
Merge pull request #1053 from HKUDS/dev3
...
Fix the merge bug with Neo4j
2025-03-11 17:33:37 +08:00
zrguo
ea05b8e49f
Fix the merge bug with Neo4j
2025-03-11 16:19:44 +08:00
zrguo
c26cb3a9ea
fix merge bugs
2025-03-11 16:05:04 +08:00
zrguo
418aea3895
fix linting
2025-03-11 15:44:01 +08:00
zrguo
62b304600b
clean lightrag.py
2025-03-11 15:43:04 +08:00
zrguo
2bf40ab636
Merge branch 'main' into neo4j-add-min-degree
2025-03-10 22:24:06 +08:00
zrguo
ad13009cff
fix edit_entity
2025-03-10 19:07:19 +08:00
yangdx
bbff3ed0ab
Fix linting
2025-03-10 17:30:40 +08:00
yangdx
3cca18c59c
Refactor pipeline status updates and entity extraction.
...
- Let all parrallel jobs using one pipe_status objects
- Improved thread safety with pipeline_status_lock
- Only pipeline jobs can add message to pipe_status
- Marked insert_custom_chunks as deprecated
2025-03-10 16:48:59 +08:00
yangdx
adca27fae9
Merge branch 'main' into neo4j-add-min-degree
2025-03-10 02:13:49 +08:00
yangdx
4065a7df92
Fix linting
2025-03-10 02:07:19 +08:00
yangdx
bc42afe7b6
Unify llm_response_cache and hashing_kv, prevent creating an independent hashing_kv.
2025-03-09 22:15:26 +08:00
zrguo
e822f35c89
Fix edit entity and relation bugs
2025-03-07 14:39:06 +08:00
yangdx
7e088ca528
Refactor code and update environment type definitions.
...
- Consolidate type definitions in vite-env.d.ts
- Update TypeScript include paths
2025-03-07 08:17:25 +08:00
yangdx
5942d148f0
Set default max_depth to 3 for knowledge graph retrieval
2025-03-07 07:34:29 +08:00
yangdx
5b29e760f0
Add dynamic parameter handling for storage
2025-03-06 14:29:48 +08:00
yangdx
252d1f57e0
Merge branch 'main' into add-graph-search-mode
2025-03-06 10:23:38 +08:00
zrguo
ec0450f712
Add merge entities
2025-03-06 00:53:23 +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
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
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
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