Commit Graph

79 Commits

Author SHA1 Message Date
Ken Wiltshire
3d5d083f42 fix event loop conflict 2024-11-06 11:18:14 -05:00
Ken Wiltshire
8420cd1c77 event loop issue 2024-11-06 10:49:14 -05:00
wiltshirek
266995bed6 Merge branch 'HKUDS:main' into main 2024-11-03 07:24:28 -05:00
Ken Wiltshire
7af90f0129 linting errors fixed 2024-11-03 07:17:02 -05:00
zrguo
3f7ae11962 Update utils.py 2024-11-03 17:53:53 +08:00
Ken Wiltshire
8bd5d9b5b2 using neo4j async 2024-11-02 18:35:07 -04:00
wiltshirek
f40725feeb Merge branch 'main' into main 2024-11-01 16:50:45 -04:00
Ken Wiltshire
465c9a13d9 cleaning code for pull 2024-11-01 16:29:36 -04:00
Ken Wiltshire
8547dd4941 cleaning code for pull 2024-11-01 16:13:39 -04:00
Ken Wiltshire
f375620992 cleaning code for pull 2024-11-01 16:11:19 -04:00
Ken Wiltshire
13940c1726 env var naming conflict, qualified by prefix 2024-11-01 14:24:17 -04:00
Ken Wiltshire
b41d990fd6 securing for production with env vars for creds 2024-11-01 11:01:50 -04:00
Ken Wiltshire
e966a14418 set kg by start param, defaults to networkx 2024-11-01 08:47:52 -04:00
gogoswift
55cce796b9 Update operate.py 2024-10-31 15:17:02 +08:00
gogoswift
b91d3912cc Update utils.py 2024-10-31 14:31:26 +08:00
gogoswift
4b92161c37 Update operate.py
消除text_units_section_list源文件的换行,统一混合检索上下文合并时的转换
2024-10-31 11:52:06 +08:00
gogoswift
f0524598c8 Update utils.py
混合检索的合并函数
2024-10-31 11:34:01 +08:00
gogoswift
eb60adf64d Update operate.py
修正输出格式与合并函数
2024-10-31 11:32:44 +08:00
Ken Wiltshire
e4509327dd index to neo4j working and tested. check queires next. 2024-10-30 17:48:14 -04:00
Ken Wiltshire
9ab7312ecc edge degree next almost done 2024-10-29 15:36:07 -04:00
Andrii Lazarchuk
84b60e4aa6 Fix lint issue 2024-10-28 17:05:38 +02:00
Andrii Lazarchuk
0e71a906af Merge branch 'main' into before-sync-28-10-2024 2024-10-28 15:54:43 +02:00
zrguo
458b5e1537 Merge pull request #143 from thinkthinking/main
[feat] Add API server implementation and endpoints
2024-10-28 09:54:02 +08:00
Ken Wiltshire
01b7df7afa inference running locally. use neo4j next 2024-10-27 15:37:41 -04:00
Ken Wiltshire
cc45ea7310 use seperate module 2024-10-26 19:29:45 -04:00
Ken Wiltshire
43943e7168 adding neo4j 2024-10-26 05:57:56 -04:00
tackhwa
2cf3a85a0f update do_preprocess 2024-10-26 16:24:35 +08:00
zhenjie.ye
883d6b7cc7 Refactor code formatting in lightrag_api_openai_compatible_demo.py 2024-10-26 16:12:10 +08:00
tackhwa
8deb30aa20 support lmdeploy backend 2024-10-26 16:11:15 +08:00
LarFii
ea3e13b522 update version 2024-10-26 14:40:17 +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
2b09c7c8d4 Merge pull request #125 from sank8-2/main
Added Github Actions
2024-10-26 13:54:51 +08:00
Yazington
eec29d041a fixing bug 2024-10-26 00:11:21 -04:00
Ken Wiltshire
6e216abee6 adding neo4j 2024-10-25 17:45:59 -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
Ken Wiltshire
4ef705b13f adding neo4j integration 2024-10-25 11:28:41 -04:00
Sanketh Kumar
a157e8e0a2 Manually reformatted files 2024-10-25 13:32:25 +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
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
43d7759dcb Update base.py 2024-10-23 11:50:29 +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
28dc8cf1d8 Merge branch 'main' into main 2024-10-23 11:08:40 +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
Andrii Lazarchuk
25a2dd41c1 Add ability to passadditional parameters to ollama library like host and timeout 2024-10-21 11:55:46 +00:00