Commit Graph

303 Commits

Author SHA1 Message Date
Ken Wiltshire
f19af82db1 using neo4j async 2024-11-02 18:35:07 -04:00
wiltshirek
40e80ebc9d Merge branch 'main' into main 2024-11-01 16:50:45 -04:00
Ken Wiltshire
620be715bc cleaning code for pull 2024-11-01 16:29:36 -04:00
Ken Wiltshire
2c6cc200a2 cleaning code for pull 2024-11-01 16:13:39 -04:00
Ken Wiltshire
ca65e360aa cleaning code for pull 2024-11-01 16:11:19 -04:00
Ken Wiltshire
caa24ee443 env var naming conflict, qualified by prefix 2024-11-01 14:24:17 -04:00
Ken Wiltshire
c86bc0edbe securing for production with env vars for creds 2024-11-01 11:01:50 -04:00
Ken Wiltshire
e44046f9e6 set kg by start param, defaults to networkx 2024-11-01 08:47:52 -04:00
gogoswift
11b9403251 Update operate.py 2024-10-31 15:17:02 +08:00
gogoswift
7d884b9783 Update utils.py 2024-10-31 14:31:26 +08:00
gogoswift
00d570e509 Update operate.py
消除text_units_section_list源文件的换行,统一混合检索上下文合并时的转换
2024-10-31 11:52:06 +08:00
gogoswift
e43446978b Update utils.py
混合检索的合并函数
2024-10-31 11:34:01 +08:00
gogoswift
11f549600d Update operate.py
修正输出格式与合并函数
2024-10-31 11:32:44 +08:00
zrguo
df671a2bbe Merge pull request #177 from WinstonCHEN1/main
fix:Step_3.py context
2024-10-31 08:24:22 +08:00
WinstonCHEN1
185f3b1772 fix:Step_3.py context 2024-10-30 15:36:44 -07:00
Ken Wiltshire
c2ebb819fd index to neo4j working and tested. check queires next. 2024-10-30 17:48:14 -04:00
✨Data Intelligence Lab@HKU✨
c997273a3b Update README.md 2024-10-30 10:49:59 +08:00
✨Data Intelligence Lab@HKU✨
013d8ce080 Update README.md 2024-10-30 10:48:45 +08:00
zrguo
d86938647a Merge pull request #168 from Dormiveglia-elf/hotfix/asynchronous
[hotfix-#163] Fix asynchronous problem
2024-10-30 09:38:21 +08:00
Ken Wiltshire
7364735df2 edge degree next almost done 2024-10-29 15:36:07 -04:00
Zhenyu Pan
4761a736fd [hotfix-#163] Fix asynchronous problem 2024-10-29 23:29:47 +08:00
zrguo
ea5e63e402 Merge pull request #164 from MrGidea/main
Multiple file types support input
2024-10-29 17:03:34 +08:00
MrGidea
dbeceac03d Merge branch 'HKUDS:main' into main 2024-10-29 16:54:35 +08:00
MrGidea
31c61bd98a Update README.md 2024-10-29 16:36:04 +08:00
LarFii
3e99d3f0e7 Update README.md 2024-10-29 16:16:11 +08:00
MrGidea
9fd2add755 Update README.md 2024-10-29 15:47:17 +08:00
MrGidea
12a85bc4a3 Update README.md 2024-10-29 15:46:48 +08:00
MrGidea
2294e401c7 Update README.md 2024-10-29 15:45:00 +08:00
MrGidea
b6a216e405 Update README.md 2024-10-29 15:44:41 +08:00
zrguo
ddd4aa4e02 Merge pull request #156 from alazarchuk/main
Add ability to pass additional parameters to ollama library
2024-10-29 10:11:21 +08:00
Andrii Lazarchuk
9671584878 Merge pull request #5 from alazarchuk/before-sync-28-10-2024
Add ability to pass additional parameters to ollama library
2024-10-28 19:10:41 +02:00
Andrii Lazarchuk
51c0788faa Update README with more details 2024-10-28 19:05:59 +02:00
Andrii Lazarchuk
29bf41df4d Fix lint issue 2024-10-28 17:05:38 +02:00
Andrii Lazarchuk
478998bc27 Merge branch 'main' into before-sync-28-10-2024 2024-10-28 15:54:43 +02:00
zrguo
b2021216e9 Update README.md 2024-10-28 15:08:41 +08:00
zrguo
6fe468b4f4 Update README.md 2024-10-28 09:59:40 +08:00
zrguo
12d4c69943 Merge pull request #143 from thinkthinking/main
[feat] Add API server implementation and endpoints
2024-10-28 09:54:02 +08:00
zrguo
b22049c514 Merge pull request #144 from tackhwa/lmdeploy_backend
[Feature]  support lmdeploy backend
2024-10-28 09:50:08 +08:00
Ken Wiltshire
0796d3d8e0 inference running locally. use neo4j next 2024-10-27 15:37:41 -04:00
Ken Wiltshire
474fe59a79 use seperate module 2024-10-26 19:29:45 -04:00
Ken Wiltshire
627776d99b adding neo4j 2024-10-26 05:57:56 -04:00
tackhwa
81d5b904fb update do_preprocess 2024-10-26 16:24:35 +08:00
tackhwa
2120a6dabb pre-commit 2024-10-26 16:13:18 +08:00
zhenjie.ye
f71e389d5b Refactor code formatting in lightrag_api_openai_compatible_demo.py 2024-10-26 16:12:10 +08:00
tackhwa
88f4e34528 support lmdeploy backend 2024-10-26 16:11:15 +08:00
zhenjie.ye
fb84c1e5be Refactor code formatting in lightrag_api_openai_compatible_demo.py 2024-10-26 16:09:36 +08:00
zhenjie.ye
08feac942a Refactor code formatting in lightrag_api_openai_compatible_demo.py 2024-10-26 16:00:30 +08:00
zhenjie.ye
02f94ab228 [feat] Add API server implementation and endpoints 2024-10-26 15:56:48 +08:00
LarFii
4d078e948f update version 2024-10-26 14:40:17 +08:00
zrguo
57dd4ac724 Merge pull request #134 from thinkthinking/main
[Doc] Added a flowchart illustrating the core algorithm
2024-10-26 14:32:00 +08:00