Commit Graph

339 Commits

Author SHA1 Message Date
zrguo
791917e9d6 Merge pull request #241 from aiproductguy/patch-1
Added GUI (linked), updated README.md
2024-11-11 10:33:18 +08:00
zrguo
a0a71b039c Merge pull request #240 from HTplex/patch-1
add missing imports to examples in README.md
2024-11-11 10:20:11 +08:00
aiproductguy
6a3729ba24 Added GUI (linked), updated README.md
I am not sure streamlit is the interface I want to contribute back to the LightRAG project, but willing to share it all under the same MIT license.

I figured I would at least share the link and source code in the README.
2024-11-09 18:48:10 -07:00
Haotian Zhang
20a8136484 Update README.md
add missing imports to examples in README.md
2024-11-09 14:59:41 -05:00
jin
07c02385c2 support Oralce DB 2024-11-08 16:27:15 +08:00
jin
6e56c8343a support Oracle DB 2024-11-08 16:20:34 +08:00
jin
b690e071bf support Oracle Database storage 2024-11-08 16:12:58 +08:00
jin
7fadd914bb Update README.md 2024-11-08 15:02:29 +08:00
jin
1bc4e2382b Oracle Database support
Add oracle 23ai database as the KV/vector/graph storage
2024-11-08 14:58:41 +08:00
zrguo
d86aed734d Update README.md 2024-11-07 18:38:16 +08:00
zrguo
27b25f651c fix typo 2024-11-07 15:26:54 +08:00
zrguo
7c5080e3f9 Merge pull request #215 from benx13/main
bug fix issue #95
2024-11-07 14:54:59 +08:00
zrguo
36e9236d7a Merge branch 'main' into main 2024-11-07 14:54:15 +08:00
zrguo
928c8bf329 Merge pull request #221 from wiltshirek/main
Fix Event Loop conflict
2024-11-07 14:52:10 +08:00
zrguo
42b2c8130c Merge pull request #211 from monk-after-90s/main
Function enhancement
2024-11-07 14:47:59 +08:00
wiltshirek
41f24af4b8 Merge branch 'HKUDS:main' into main 2024-11-06 11:35:00 -05:00
Ken Wiltshire
ac0b7fd775 fix event loop conflict 2024-11-06 11:18:14 -05:00
Ken Wiltshire
a73ef6ec5a event loop issue 2024-11-06 10:49:14 -05:00
90houlaoheshang
bc9cfcbc75 集中处理环境变量 2024-11-06 11:13:37 +08:00
90houlaoheshang
d644ee52f5 feat(lightrag): 添加环境变量控制嵌入层最大 token 数量
- 在 lightrag_api_openai_compatible_demo.py 中,使用环境变量 EMBEDDING_MAX_TOKEN_SIZE 来设置嵌入层的最大 token 数量,默认值为 8192
2024-11-06 10:48:59 +08:00
benx13
c956e39621 bug fix issue #95 2024-11-05 18:36:59 -08:00
90houlaoheshang
5099a2e763 refactor(lightrag): 优化文件上传接口
- 移除 InsertFileRequest 模型,改用 FastAPI 的 File 和 UploadFile
- 修改 insert_file 函数,以适应新的文件上传方式
- 更新函数参数和逻辑,支持直接上传文件
- 优化错误处理和响应消息
2024-11-05 17:22:04 +08:00
90houlaoheshang
b2a5235759 README 2024-11-05 16:48:29 +08:00
90houlaoheshang
8d00f5a4cd API中可以通过POST参数控制查询是否only_need_context 2024-11-05 16:44:32 +08:00
90houlaoheshang
7d2641989b docs(README): 添加环境变量配置说明
- 在 README.md 文件中补充了环境变量配置步骤
- 新增 OPENAI_BASE_URL、OPENAI_API_KEY、LLM_MODEL 和 EMBEDDING_MODEL 环境变量的说明
- 为使用 OpenAI API 和自定义模型提供了更详细的配置指南
2024-11-05 16:14:45 +08:00
90houlaoheshang
8adc48552d Merge remote-tracking branch 'origin/main' 2024-11-05 15:50:49 +08:00
90houlaoheshang
f098bd52e5 fastapi接收环境变量EMBEDDING_MODEL、LLM_MODEL、OPENAI_API_KEY、OPENAI_BASE_URL以自定模型 2024-11-05 15:13:48 +08:00
zrguo
534efce2b8 Update README.md 2024-11-05 15:05:35 +08:00
zrguo
1f699f14a9 Update README.md 2024-11-05 14:24:42 +08:00
✨Data Intelligence Lab@HKU✨
ae41894219 Update README.md 2024-11-05 11:34:54 +08:00
zrguo
c523dd60ac Update README.md 2024-11-04 21:06:43 +08:00
zrguo
6d9bd10c14 Merge pull request #197 from wiltshirek/main
Neo4J integration.
2024-11-04 20:49:32 +08:00
wiltshirek
346e96835b Merge branch 'HKUDS:main' into main 2024-11-03 07:24:28 -05:00
Ken Wiltshire
5aa3be93e0 linting errors fixed 2024-11-03 07:17:02 -05:00
zrguo
6dd778ed70 Update utils.py 2024-11-03 17:53:53 +08:00
zrguo
d1e3f36db8 Merge pull request #183 from gogoswift/main
Fix combine_contexts in hybrid_query
2024-11-03 17:44:06 +08:00
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