yuanxiaobin
|
525c971a23
|
feat(lightrag): 添加 查询时使用embedding缓存功能
- 在 LightRAG 类中添加 embedding_cache_config配置项
- 实现基于 embedding 相似度的缓存查询和存储
- 添加量化和反量化函数,用于压缩 embedding 数据
- 新增示例演示 embedding 缓存的使用
|
2024-12-06 08:17:20 +08:00 |
|
Larfii
|
5e1f317264
|
Fix JSON parsing error
|
2024-12-05 18:26:55 +08:00 |
|
zrguo
|
d3865b9e2a
|
Merge pull request #399 from partoneplay/main
Add MongoDB as KV storage
|
2024-12-05 18:21:50 +08:00 |
|
Larfii
|
c31a2654f9
|
Fix: unexpected keyword argument error.
|
2024-12-05 14:11:43 +08:00 |
|
partoneplay
|
f02cdee9b5
|
Add MongoDB as KV storage
|
2024-12-05 13:57:43 +08:00 |
|
zrguo
|
c352eb6d84
|
Merge pull request #393 from partoneplay/main
Add Milvus as vector storage
|
2024-12-05 12:05:30 +08:00 |
|
tmuife
|
3d74578d4c
|
Merge branch 'HKUDS:main' into main
|
2024-12-05 10:59:10 +08:00 |
|
partoneplay
|
cfb8ca6f16
|
Add Milvus as vector storage
|
2024-12-05 08:48:41 +08:00 |
|
LarFii
|
db9b9f69f8
|
update insert custom kg
|
2024-12-04 19:44:04 +08:00 |
|
jinsh
|
93fa9e1a61
|
rename
|
2024-12-04 14:10:43 +08:00 |
|
MRX760
|
0b87e4649f
|
added nvidia text-embedding API and example of using nvidia API llm and text-embedding
|
2024-12-03 17:15:10 +07:00 |
|
jin
|
d5303b4e48
|
Update lightrag_oracle_demo.py
add embedding_func for graph database, it's deleted in commit 5661d76860
This will fix the issue
|
2024-12-02 15:30:35 +08:00 |
|
jin
|
69867da89f
|
Update insert_custom_kg.py
|
2024-11-27 15:20:10 +08:00 |
|
jin
|
a88908009c
|
Merge branch 'HKUDS:main' into main
|
2024-11-27 15:16:28 +08:00 |
|
jin
|
28bc45c8f5
|
fix formate
|
2024-11-26 10:21:39 +08:00 |
|
jin
|
5bde05ed53
|
add LightRAG init parameters in readme
also fix some error
|
2024-11-26 10:19:28 +08:00 |
|
Larfii
|
abc56d68a2
|
Add custom KG insertion
|
2024-11-25 18:06:19 +08:00 |
|
jin
|
21f161390a
|
Logic Optimization
|
2024-11-25 13:40:38 +08:00 |
|
jin
|
bf5815be8f
|
Merge branch 'main' of https://github.com/jin38324/LightRAG
|
2024-11-25 13:32:33 +08:00 |
|
jin
|
af3aef5d88
|
Optimization logic
|
2024-11-25 13:29:55 +08:00 |
|
Magic_yuan
|
f51b5c68f5
|
更新format
|
2024-11-21 11:11:23 +00:00 |
|
Magic_yuan
|
143f82d820
|
Update lightrag_azure_openai_demo.py
|
2024-11-21 18:49:29 +08:00 |
|
Magic_yuan
|
717afe4d59
|
Update lightrag_azure_openai_demo.py
更新代码格式
|
2024-11-21 18:44:38 +08:00 |
|
Magic_yuan
|
2a3d92b515
|
使用AzureOpenAI实现,支持RPM/TPM限制。修复原先429响应即抛出异常的问题
|
2024-11-21 10:37:09 +08:00 |
|
zrguo
|
d904f2abd5
|
Update lightrag_api_oracle_demo..py
|
2024-11-12 15:38:16 +08:00 |
|
jin
|
33caba3e12
|
fix pre commit
|
2024-11-12 13:32:40 +08:00 |
|
jin
|
45156ef0e6
|
add oracle support
|
2024-11-12 11:19:34 +08:00 |
|
jin
|
c89bf79ee0
|
Create lightrag_api_oracle_demo..py
|
2024-11-11 16:37:24 +08:00 |
|
jin
|
40b532722c
|
Merge branch 'main' of https://github.com/jin38324/LightRAG
|
2024-11-11 15:21:37 +08:00 |
|
LarFii
|
b6b2e69773
|
Linting
|
2024-11-11 10:45:22 +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
|
1bc4e2382b
|
Oracle Database support
Add oracle 23ai database as the KV/vector/graph storage
|
2024-11-08 14:58:41 +08: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 |
|
90houlaoheshang
|
5099a2e763
|
refactor(lightrag): 优化文件上传接口
- 移除 InsertFileRequest 模型,改用 FastAPI 的 File 和 UploadFile
- 修改 insert_file 函数,以适应新的文件上传方式
- 更新函数参数和逻辑,支持直接上传文件
- 优化错误处理和响应消息
|
2024-11-05 17:22:04 +08:00 |
|
90houlaoheshang
|
8d00f5a4cd
|
API中可以通过POST参数控制查询是否only_need_context
|
2024-11-05 16:44:32 +08:00 |
|
90houlaoheshang
|
f098bd52e5
|
fastapi接收环境变量EMBEDDING_MODEL、LLM_MODEL、OPENAI_API_KEY、OPENAI_BASE_URL以自定模型
|
2024-11-05 15:13:48 +08:00 |
|
Zhenyu Pan
|
4761a736fd
|
[hotfix-#163] Fix asynchronous problem
|
2024-10-29 23:29:47 +08: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
|
12d4c69943
|
Merge pull request #143 from thinkthinking/main
[feat] Add API server implementation and endpoints
|
2024-10-28 09:54:02 +08:00 |
|
tackhwa
|
2120a6dabb
|
pre-commit
|
2024-10-26 16:13:18 +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 |
|
zrguo
|
f6e97c0528
|
Update graph_visual_with_html.py
|
2024-10-26 14:04:11 +08:00 |
|
Sanketh Kumar
|
5e3ab98d83
|
Manually reformatted files
|
2024-10-25 13:32:25 +05:30 |
|
Zhenyu Pan
|
f0856b918b
|
[hotfix-#75][embedding] Fix the potential embedding problem
|
2024-10-24 00:58:52 +08:00 |
|