zhenjie.ye
981be9e569
Refactor code formatting in lightrag_api_openai_compatible_demo.py
2024-10-26 16:09:36 +08:00
zhenjie.ye
3d7b05b3e7
Refactor code formatting in lightrag_api_openai_compatible_demo.py
2024-10-26 16:00:30 +08:00
zhenjie.ye
dba7dad6df
[feat] Add API server implementation and endpoints
2024-10-26 15:56:48 +08:00
LarFii
ea3e13b522
update version
2024-10-26 14:40:17 +08:00
zrguo
895c95d75a
Merge pull request #134 from thinkthinking/main
...
[Doc] Added a flowchart illustrating the core algorithm
2024-10-26 14:32:00 +08:00
zrguo
b50874f332
Merge pull request #141 from Yazington/feature/other-storage
...
fixing knowledge_graph keyword bug
2024-10-26 14:31:02 +08:00
zrguo
a7811ad18c
Merge pull request #138 from tackhwa/main
...
[FIX] fix hf output bug (current output contain user prompt which cause logical error in entity extraction phase)
2024-10-26 14:10:14 +08:00
zrguo
e07b9f0530
Update graph_visual_with_html.py
2024-10-26 14:04:11 +08:00
zrguo
2b09c7c8d4
Merge pull request #125 from sank8-2/main
...
Added Github Actions
2024-10-26 13:54:51 +08:00
zrguo
d61154c1c1
Merge pull request #130 from jatin9823/main
...
Key Enhancements:
2024-10-26 13:49:40 +08:00
Yazington
eec29d041a
fixing bug
2024-10-26 00:11:21 -04:00
tackhwa
87f8b7dba1
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
zhenjie.ye
aad2e1f2d6
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
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
zrguo
483667e630
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
Sanketh Kumar
a157e8e0a2
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
tpoisonooo
88f2c49b86
Update operate.py
2024-10-25 14:15:31 +08:00
tpoisonooo
060bb1cc59
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
Zhenyu Pan
bd160013fc
[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
tackhwa
f96ffad62f
move_code
2024-10-23 15:25:46 +08:00
tackhwa
dfec83de1d
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
7d5da418ff
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
43d7759dcb
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
tpoisonooo
ed59b1e143
Update lightrag_siliconcloud_demo.py
2024-10-23 11:24:52 +08:00
zrguo
5822e7012f
Merge pull request #87 from Soumil32/main
...
Added a class to use multiple models
2024-10-23 11:12:44 +08:00
zrguo
96284406f9
Merge pull request #88 from abylikhsanov/main
...
Adding Azure OpenAI
2024-10-23 11:09:35 +08:00
zrguo
28dc8cf1d8
Merge branch 'main' into main
2024-10-23 11:08:40 +08:00
zrguo
23971502fe
Merge pull request #96 from tpoisonooo/support-siliconcloud
...
feat(examples): support siliconcloud free API
2024-10-23 11:02:42 +08:00
zrguo
84f25ad877
Merge pull request #98 from JavieHush/main
...
Fix encoding error when running demo in some occasions
2024-10-23 11:01:28 +08:00
zhangjiawei
4b1509fb78
Merge branch 'main' of https://github.com/JavieHush/LightRAG
2024-10-22 16:18:25 +08:00
zhangjiawei
a097b48170
set encoding as utf-8 when reading ./book.txt in examples
2024-10-22 16:01:40 +08:00
JavieHush
d8a5cd8a37
Merge branch 'HKUDS:main' into main
2024-10-22 15:46:37 +08:00
tpoisonooo
1ef973c7fc
feat(examples): support siliconcloud free API
2024-10-22 15:16:57 +08:00
Abyl Ikhsanov
1dd927eb9d
Update llm.py
2024-10-21 20:40:49 +02:00
Soumil
e5ab24bad4
added a class to use multiple models
2024-10-21 18:34:43 +01:00
zrguo
6527e75e81
Update README.md
2024-10-21 21:10:19 +08:00
zrguo
eb244b2fed
Merge pull request #78 from sebastianschramm/ses/improve_readme_example
...
Fix example in README
2024-10-21 20:38:59 +08:00
Sebastian Schramm
133fb1554f
add import and rm duplicate working dir in README
2024-10-21 11:23:12 +02:00
JavieHush
ab8d67c602
Merge branch 'HKUDS:main' into main
2024-10-21 09:06:06 +08:00
✨Data Intelligence Lab@HKU✨
08caaa0b53
Update README.md
2024-10-21 01:18:46 +08:00
LarFii
6924a5f179
Update __init__.py
2024-10-20 23:10:07 +08:00