Commit Graph

1905 Commits

Author SHA1 Message Date
yangdx
4e215ed4dd Revert "Update Python version requirement from 3.10 to 3.11"
This reverts commit 8008d04728.
2025-02-18 20:34:33 +08:00
yangdx
8008d04728 Update Python version requirement from 3.10 to 3.11 2025-02-18 20:25:01 +08:00
Yannick Stephan
bc190816ce Update LightRagWithPostGRESQL.md 2025-02-18 13:13:20 +01:00
yangdx
cce4e8b9b3 Update Python version requirement from 3.10 to 3.11 because of StrEnum 2025-02-18 19:40:54 +08:00
yangdx
89c01c686f Fix casting dateime it to str in needed
- Added datetime formatting utility and standardized timestamp handling in DocStatusResponse
2025-02-18 17:46:28 +08: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
Yannick Stephan
00704aa76a Merge pull request #836 from YanSte/drop
fixed drop
2025-02-18 10:22:37 +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
yangdx
5acd054180 Fix linting 2025-02-18 16:33:57 +08:00
yangdx
75ee4592b8 refactor: Implement dynamic database module imports
- Consolidate database instance management
- Improve database management and error handling
- Enhance error handling and logging
2025-02-18 16:14:11 +08:00
Saifeddine ALOUI
f11900451a Addded drop to postgresql 2025-02-18 09:10:50 +01:00
Yannick Stephan
49b1fc9bdf Merge pull request #832 from YanSte/keywords
Fixed keywords
2025-02-18 09:10:26 +01:00
Yannick Stephan
613b748dfa cleaned code 2025-02-18 09:09:12 +01:00
yangdx
8ab369c2af Remove unused package 2025-02-18 16:08:20 +08:00
Yannick Stephan
53384e9a46 fixed keywords 2025-02-18 09:06:25 +01:00
Yannick Stephan
a191dfad61 Update README.md 2025-02-18 08:55:24 +01:00
Yannick Stephan
e4e678f80b Merge pull request #831 from YanSte/drops
fallback default drops
2025-02-18 08:46:42 +01:00
Yannick Stephan
fc4b830036 fallback default drops 2025-02-18 08:43:23 +01:00
Yannick Stephan
6eed29b1cb Merge pull request #824 from VeiledTee/patch-2
Update README.md - Imports
2025-02-18 08:37:09 +01:00
Ethan Heavey
6480a6ce02 Update README.md
Edited examples to use ```from lightrag.lightrag import LightRAG, QueryParam``` instead of ```from lightrag import LightRAG, QueryParam``` (latter causes Unresolved reference error upon pip install of LightRAG v1.1.6)
2025-02-17 19:13:22 -04:00
Yannick Stephan
6ebae3d3fe Merge pull request #823 from YanSte/cleanup-drop
Cleanup drop
2025-02-17 23:30:57 +01:00
Yannick Stephan
0ab8eeed14 cleaned code 2025-02-17 23:29:25 +01:00
Yannick Stephan
ba65329898 cleanup 2025-02-17 23:23:30 +01:00
Yannick Stephan
80272cbf16 fixed edge 2025-02-17 23:20:10 +01:00
Yannick Stephan
efb28c8003 fixed already edge 2025-02-17 23:16:37 +01:00
Yannick Stephan
66c4b01fdd remove drops unused 2025-02-17 23:16:23 +01:00
Yannick Stephan
08448d8896 Merge pull request #819 from ParisNeo/main
Added full documentation on how to install postgresql and use it with lightrag on ubuntu system
2025-02-17 21:05:58 +01:00
Saifeddine ALOUI
3c15a2def5 linting done 2025-02-17 20:37:17 +01:00
Saifeddine ALOUI
e32169805f Merge branch 'HKUDS:main' into main 2025-02-17 20:31:12 +01:00
Saifeddine ALOUI
27d5085455 Added an icon 2025-02-17 20:31:01 +01:00
Saifeddine ALOUI
5696542356 Create .keep 2025-02-17 20:30:23 +01:00
Saifeddine ALOUI
e6bc1cb851 Removed AI message 2025-02-17 20:27:35 +01:00
Saifeddine ALOUI
66d2d24607 Update LightRagWithPostGRESQL.md 2025-02-17 20:12:40 +01:00
Yannick Stephan
01452f2ddd Merge pull request #820 from ultrageopro/main
fix: float usage in CONNECTION_TIMEOUT and CONNECTION_ACQUISITION_TIMEOUT
2025-02-17 19:05:03 +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
Saifeddine ALOUI
b50ff40bc2 Update LightRagWithPostGRESQL.md 2025-02-17 18:40:47 +01:00