Commit Graph

252 Commits

Author SHA1 Message Date
Yannick Stephan
9277fe8c29 fixed return 2025-02-19 22:22:41 +01:00
Yannick Stephan
ad07f22cc8 back age 2025-02-19 15:09:41 +01:00
Yannick Stephan
48377d91ef back age 2025-02-19 14:26:46 +01:00
Yannick Stephan
fc151e5866 cleaned code 2025-02-19 13:54:27 +01:00
Yannick Stephan
495b0ddbe0 fixed networkx 2025-02-19 13:48:18 +01:00
Yannick Stephan
4adb4418fd cleaned code 2025-02-19 13:42:49 +01:00
Yannick Stephan
05147f4799 improved code of postgress and execution 2025-02-19 13:31:30 +01:00
Yannick Stephan
ccb117e1c6 Merge pull request #846 from ArnoChenFx/db-connection-and-storage-lifecycle
Refactor Database Connection Management and Improve Storage Lifecycle Handling
2025-02-18 22:39:31 +01:00
ArnoChen
bfc548edf2 change init=False to default=None for db fields to prevent no attribute error 2025-02-19 04:55:59 +08:00
ArnoChen
f50604b2d3 improve conditional checks for db instance 2025-02-19 04:53:15 +08:00
ArnoChen
ae7a850d4e create mongodb vector index only if not exists 2025-02-19 04:37:43 +08:00
ArnoChen
6d8e627f85 improve MongoDB client management and storage init 2025-02-19 04:30:52 +08:00
ArnoChen
e194e04226 refactor database connection management and improve storage lifecycle handling
update
2025-02-19 03:49:05 +08:00
Yannick Stephan
011227e426 cleanup no required install 2025-02-18 20:27:59 +01:00
Yannick Stephan
2524e02428 remove tqdm and cleaned readme and ollama 2025-02-18 19:58:03 +01:00
Yannick Stephan
46e1865b98 cleanup code 2025-02-18 16:58:11 +01:00
Saifeddine ALOUI
f7ef4c7ee8 Update postgres_impl.py 2025-02-18 16:10:26 +01:00
Saifeddine ALOUI
b4e0c47607 Update postgres_impl.py 2025-02-18 10:29:07 +01:00
Saifeddine ALOUI
fec7889458 Update postgres_impl.py 2025-02-18 10:27:38 +01:00
Saifeddine ALOUI
2bbbfe50c6 Merge branch 'HKUDS:main' into main 2025-02-18 10:25:31 +01:00
Saifeddine ALOUI
1fe47e5ef1 Update json_doc_status_impl.py 2025-02-18 10:24:54 +01:00
Saifeddine ALOUI
9b9f989160 Update postgres_impl.py 2025-02-18 10:24:19 +01:00
Saifeddine ALOUI
20909e495b Added drop 2025-02-18 10:22:16 +01:00
Yannick Stephan
0994d478f0 cleaned code 2025-02-18 10:21:54 +01:00
Yannick Stephan
fc0cf2934e fixed drop 2025-02-18 10:21:14 +01:00
Saifeddine ALOUI
a15d164d87 Update postgres_impl.py 2025-02-18 10:16:00 +01:00
Saifeddine ALOUI
941c89521c Debug 2025-02-18 10:12:08 +01:00
Saifeddine ALOUI
becf76a528 Debuggging 2025-02-18 10:07:57 +01:00
Saifeddine ALOUI
8f6f4c249a Added more drops 2025-02-18 10:01:21 +01:00
Saifeddine ALOUI
f02c881fd3 Added drop for Doc status 2025-02-18 09:57:10 +01:00
Saifeddine ALOUI
6a0366cb24 Fixed indentation bug 2025-02-18 09:39:10 +01:00
Saifeddine ALOUI
f11900451a Addded drop to postgresql 2025-02-18 09:10:50 +01:00
Yannick Stephan
fc4b830036 fallback default drops 2025-02-18 08:43:23 +01:00
Yannick Stephan
6ebae3d3fe Merge pull request #823 from YanSte/cleanup-drop
Cleanup drop
2025-02-17 23:30:57 +01:00
Yannick Stephan
80272cbf16 fixed edge 2025-02-17 23:20:10 +01:00
Yannick Stephan
66c4b01fdd remove drops unused 2025-02-17 23:16:23 +01:00
ultrageopro
6bfe34b952 Merge remote-tracking branch 'upstream/main' 2025-02-17 21:00:52 +03:00
ultrageopro
9f2689551f fix: .get 2025-02-17 20:54:08 +03:00
Yannick Stephan
442838d0f1 Merge pull request #805 from ultrageopro/main
feat: neo4j custom timeouts & fix: neo4j max_pool_size
2025-02-17 18:42:29 +01:00
Yannick Stephan
64f8cb7dae fixed lint 2025-02-17 18:38:55 +01:00
Yuguo Qin
22c319420f Fix neo4j outdated get_edge() return data format. 2025-02-17 19:56:46 +08:00
ultrageopro
d2f1e961ec feat: neo4j custom timeouts & fix: neo4j max_pool_size 2025-02-17 12:58:04 +03:00
Yannick Stephan
0b16718f9f add missing final 2025-02-16 16:21:28 +01:00
Yannick Stephan
49bea486a7 cleaned code 2025-02-16 16:04:35 +01:00
Yannick Stephan
2b2c81a722 added some comments 2025-02-16 16:04:07 +01:00
Yannick Stephan
abad9f235c make value on str enum 2025-02-16 15:54:54 +01:00
Yannick Stephan
2bf238396e updated wrong status 2025-02-16 15:52:59 +01:00
Yannick Stephan
a1607bbcb9 Merge remote-tracking branch 'origin/main' into make-clear-what-implemented-or-not
# Conflicts:
#	lightrag/base.py
#	lightrag/kg/json_doc_status_impl.py
#	lightrag/kg/mongo_impl.py
#	lightrag/kg/postgres_impl.py
2025-02-16 15:29:16 +01:00
Yannick Stephan
0e7aff96bb back to not making breaks 2025-02-16 15:08:50 +01:00
Yannick Stephan
0a8c94a1e0 fix value 2025-02-16 14:51:24 +01:00