Commit Graph

2883 Commits

Author SHA1 Message Date
Yazington
eec29d041a fixing bug 2024-10-26 00:11:21 -04:00
Yazington
e3d978d331 fixing bug 2024-10-26 00:11:21 -04:00
Ken Wiltshire
6e216abee6 adding neo4j 2024-10-25 17:45:59 -04:00
Ken Wiltshire
7b589d41cf adding neo4j 2024-10-25 17:45:59 -04:00
tackhwa
87f8b7dba1 Update token length 2024-10-26 02:42:40 +08:00
tackhwa
5bfd107f5e Update token length 2024-10-26 02:42:40 +08:00
tackhwa
226f6f3d87 fix hf output bug 2024-10-26 02:20:23 +08:00
tackhwa
d9054c6e4f fix hf output bug 2024-10-26 02:20:23 +08:00
zhenjie.ye
aad2e1f2d6 add Algorithm FLowchart 2024-10-26 00:37:46 +08:00
zhenjie.ye
e5cb01b16b add Algorithm FLowchart 2024-10-26 00:37:46 +08:00
zhenjie.ye
af1a7f66fa add Algorithm Flowchart 2024-10-26 00:37:03 +08:00
zhenjie.ye
542f8835f8 add Algorithm Flowchart 2024-10-26 00:37:03 +08:00
Ken Wiltshire
4ef705b13f adding neo4j integration 2024-10-25 11:28:41 -04:00
Ken Wiltshire
526cc06e97 adding neo4j integration 2024-10-25 11:28:41 -04:00
jatin009v
3325d97fb7 Key Enhancements:
Error Handling:

Handled potential FileNotFoundError for README.md and requirements.txt.
Checked for missing required metadata and raised an informative error if any are missing.
Automated Package Discovery:

Replaced packages=["lightrag"] with setuptools.find_packages() to automatically find sub-packages and exclude test or documentation directories.
Additional Metadata:

Added Development Status in classifiers to indicate a "Beta" release (modify based on the project's maturity).
Used project_urls to link documentation, source code, and an issue tracker, which are standard for open-source projects.
Compatibility:

Included include_package_data=True to include additional files specified in MANIFEST.in.
These changes enhance the readability, reliability, and openness of the code, making it more contributor-friendly and ensuring it’s ready for open-source distribution.
2024-10-25 18:39:55 +05:30
jatin009v
72ce8b85f4 Key Enhancements:
Error Handling:

Handled potential FileNotFoundError for README.md and requirements.txt.
Checked for missing required metadata and raised an informative error if any are missing.
Automated Package Discovery:

Replaced packages=["lightrag"] with setuptools.find_packages() to automatically find sub-packages and exclude test or documentation directories.
Additional Metadata:

Added Development Status in classifiers to indicate a "Beta" release (modify based on the project's maturity).
Used project_urls to link documentation, source code, and an issue tracker, which are standard for open-source projects.
Compatibility:

Included include_package_data=True to include additional files specified in MANIFEST.in.
These changes enhance the readability, reliability, and openness of the code, making it more contributor-friendly and ensuring it’s ready for open-source distribution.
2024-10-25 18:39:55 +05:30
zrguo
483667e630 Merge pull request #123 from tpoisonooo/patch-2
typo(lightrag/lightrag.py): typo
2024-10-25 19:52:35 +08:00
zrguo
45eceb0908 Merge pull request #123 from tpoisonooo/patch-2
typo(lightrag/lightrag.py): typo
2024-10-25 19:52:35 +08:00
zrguo
6df870712e fix Step_3_openai_compatible.py 2024-10-25 19:25:26 +08:00
zrguo
a16831616e fix Step_3_openai_compatible.py 2024-10-25 19:25:26 +08:00
Sanketh Kumar
a157e8e0a2 Manually reformatted files 2024-10-25 13:32:25 +05:30
Sanketh Kumar
5e3ab98d83 Manually reformatted files 2024-10-25 13:32:25 +05:30
Sanketh Kumar
2401e21ef2 Added linting actions for pull request 2024-10-25 13:23:08 +05:30
Sanketh Kumar
8fbbf70a83 Added linting actions for pull request 2024-10-25 13:23:08 +05:30
tpoisonooo
88f2c49b86 Update operate.py 2024-10-25 14:15:31 +08:00
tpoisonooo
ef41871b88 Update operate.py 2024-10-25 14:15:31 +08:00
tpoisonooo
060bb1cc59 Update lightrag.py 2024-10-25 14:14:36 +08:00
tpoisonooo
516b4dfb22 Update lightrag.py 2024-10-25 14:14:36 +08:00
zrguo
ddcf44c46d Merge pull request #116 from Dormiveglia-elf/hotfix/embedding-dim
[hotfix-#75][embedding] Fix the potential embedding problem
2024-10-24 11:57:17 +08:00
zrguo
1a25c85226 Merge pull request #116 from Dormiveglia-elf/hotfix/embedding-dim
[hotfix-#75][embedding] Fix the potential embedding problem
2024-10-24 11:57:17 +08:00
Zhenyu Pan
bd160013fc [hotfix-#75][embedding] Fix the potential embedding problem 2024-10-24 00:58:52 +08:00
Zhenyu Pan
f0856b918b [hotfix-#75][embedding] Fix the potential embedding problem 2024-10-24 00:58:52 +08:00
zrguo
f16f6d56cd Merge pull request #110 from tackhwa/main
[FIX] fix infinite loading hf model bug that cause oom
2024-10-23 15:33:18 +08:00
zrguo
6f40fade3e Merge pull request #110 from tackhwa/main
[FIX] fix infinite loading hf model bug that cause oom
2024-10-23 15:33:18 +08:00
tackhwa
f96ffad62f move_code 2024-10-23 15:25:46 +08:00
tackhwa
fd30ae4e45 move_code 2024-10-23 15:25:46 +08:00
tackhwa
dfec83de1d fix hf bug 2024-10-23 15:02:28 +08:00
tackhwa
63c0283514 fix hf bug 2024-10-23 15:02:28 +08:00
zrguo
ec9acd6824 Update README.md 2024-10-23 12:15:23 +08:00
zrguo
5972958e79 Update README.md 2024-10-23 12:15:23 +08:00
zrguo
7d5da418ff Update README.md 2024-10-23 11:54:22 +08:00
zrguo
2fb3fd25b0 Update README.md 2024-10-23 11:54:22 +08:00
zrguo
4d62129fba Update README.md 2024-10-23 11:53:43 +08:00
zrguo
0bfcc00bdf Update README.md 2024-10-23 11:53:43 +08:00
zrguo
43d7759dcb Update base.py 2024-10-23 11:50:29 +08:00
zrguo
e20d2a0408 Update base.py 2024-10-23 11:50:29 +08:00
zrguo
1ce4605fbe Merge pull request #107 from tpoisonooo/patch-1
fix(lightrag_siliconcloud_demo.py): max_token_size
2024-10-23 11:32:59 +08:00
zrguo
db5bbcd6a1 Merge pull request #107 from tpoisonooo/patch-1
fix(lightrag_siliconcloud_demo.py): max_token_size
2024-10-23 11:32:59 +08:00
tpoisonooo
ed59b1e143 Update lightrag_siliconcloud_demo.py 2024-10-23 11:24:52 +08:00
tpoisonooo
7fa7bd5463 Update lightrag_siliconcloud_demo.py 2024-10-23 11:24:52 +08:00