208 Commits

Author SHA1 Message Date
partoneplay
e82d13e182 Add support for Ollama streaming output and integrate Open-WebUI as the chat UI demo 2024-12-06 10:13:16 +08:00
partoneplay
335179196a Add support for Ollama streaming output and integrate Open-WebUI as the chat UI demo 2024-12-06 10:13:16 +08:00
magicyuan876
84e3b9e44b feat(lightrag): 添加 查询时使用embedding缓存功能
- 在 LightRAG 类中添加 embedding_cache_config配置项
- 实现基于 embedding 相似度的缓存查询和存储
- 添加量化和反量化函数,用于压缩 embedding 数据
- 新增示例演示 embedding 缓存的使用
2024-12-06 08:18:09 +08:00
yuanxiaobin
c19c516792 feat(lightrag): 添加 查询时使用embedding缓存功能
- 在 LightRAG 类中添加 embedding_cache_config配置项
- 实现基于 embedding 相似度的缓存查询和存储
- 添加量化和反量化函数,用于压缩 embedding 数据
- 新增示例演示 embedding 缓存的使用
2024-12-06 08:18:09 +08:00
magicyuan876
d48c6e4588 feat(lightrag): 添加 查询时使用embedding缓存功能
- 在 LightRAG 类中添加 embedding_cache_config配置项
- 实现基于 embedding 相似度的缓存查询和存储
- 添加量化和反量化函数,用于压缩 embedding 数据
- 新增示例演示 embedding 缓存的使用
2024-12-06 08:17:20 +08:00
yuanxiaobin
525c971a23 feat(lightrag): 添加 查询时使用embedding缓存功能
- 在 LightRAG 类中添加 embedding_cache_config配置项
- 实现基于 embedding 相似度的缓存查询和存储
- 添加量化和反量化函数,用于压缩 embedding 数据
- 新增示例演示 embedding 缓存的使用
2024-12-06 08:17:20 +08:00
Larfii
9af3676991 Fix JSON parsing error 2024-12-05 18:26:55 +08:00
Larfii
5e1f317264 Fix JSON parsing error 2024-12-05 18:26:55 +08:00
zrguo
59812f2ede Merge pull request #399 from partoneplay/main
Add MongoDB as KV storage
2024-12-05 18:21:50 +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
e99832cc13 Fix: unexpected keyword argument error. 2024-12-05 14:11:43 +08:00
Larfii
c31a2654f9 Fix: unexpected keyword argument error. 2024-12-05 14:11:43 +08:00
partoneplay
d8ba7c57f3 Add MongoDB as KV storage 2024-12-05 13:57:43 +08:00
partoneplay
f02cdee9b5 Add MongoDB as KV storage 2024-12-05 13:57:43 +08:00
zrguo
6d274019dd Merge pull request #393 from partoneplay/main
Add Milvus as vector storage
2024-12-05 12:05:30 +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
0744d30a60 Merge branch 'HKUDS:main' into main 2024-12-05 10:59:10 +08:00
tmuife
3d74578d4c
Merge branch 'HKUDS:main' into main 2024-12-05 10:59:10 +08:00
partoneplay
052322b213 Add Milvus as vector storage 2024-12-05 08:48:41 +08:00
partoneplay
cfb8ca6f16 Add Milvus as vector storage 2024-12-05 08:48:41 +08:00
LarFii
44d441a951 update insert custom kg 2024-12-04 19:44:04 +08:00
LarFii
db9b9f69f8 update insert custom kg 2024-12-04 19:44:04 +08:00
jinsh
ffc916a6d4 rename 2024-12-04 14:10:43 +08:00
jinsh
93fa9e1a61 rename 2024-12-04 14:10:43 +08:00
MRX760
5f13ce1ce9 added nvidia text-embedding API and example of using nvidia API llm and text-embedding 2024-12-03 17:15:10 +07: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
9f28ba0b01 Update lightrag_oracle_demo.py
add embedding_func for graph database, it's deleted in commit 5661d76860436f7bf5aef2e50d9ee4a59660146c
This will fix the issue
2024-12-02 15:30:35 +08:00
jin
d5303b4e48
Update lightrag_oracle_demo.py
add embedding_func for graph database, it's deleted in commit 5661d76860436f7bf5aef2e50d9ee4a59660146c
This will fix the issue
2024-12-02 15:30:35 +08:00
jin
0edb958357 Update insert_custom_kg.py 2024-11-27 15:20:10 +08:00
jin
69867da89f Update insert_custom_kg.py 2024-11-27 15:20:10 +08:00
jin
9f3c0581ac Merge branch 'HKUDS:main' into main 2024-11-27 15:16:28 +08:00
jin
a88908009c
Merge branch 'HKUDS:main' into main 2024-11-27 15:16:28 +08:00
jin
8c88599abc fix formate 2024-11-26 10:21:39 +08:00
jin
28bc45c8f5 fix formate 2024-11-26 10:21:39 +08:00
jin
7cd06159e0 add LightRAG init parameters in readme
also fix some error
2024-11-26 10:19:28 +08:00
jin
5bde05ed53 add LightRAG init parameters in readme
also fix some error
2024-11-26 10:19:28 +08:00
Larfii
cb492ccb04 Add custom KG insertion 2024-11-25 18:06:19 +08:00
Larfii
abc56d68a2 Add custom KG insertion 2024-11-25 18:06:19 +08:00
jin
26ae240c65 Logic Optimization 2024-11-25 13:40:38 +08:00
jin
21f161390a Logic Optimization 2024-11-25 13:40:38 +08:00
jin
1dbe803521 Merge branch 'main' of https://github.com/jin38324/LightRAG 2024-11-25 13:32:33 +08:00
jin
bf5815be8f Merge branch 'main' of https://github.com/jin38324/LightRAG 2024-11-25 13:32:33 +08:00
jin
89c2de54a2 Optimization logic 2024-11-25 13:29:55 +08:00
jin
af3aef5d88 Optimization logic 2024-11-25 13:29:55 +08:00
Magic_yuan
4763bdc272 更新format 2024-11-21 11:11:23 +00:00
Magic_yuan
f51b5c68f5 更新format 2024-11-21 11:11:23 +00:00
Magic_yuan
9c612833a8 Update lightrag_azure_openai_demo.py 2024-11-21 18:49:29 +08:00
Magic_yuan
143f82d820
Update lightrag_azure_openai_demo.py 2024-11-21 18:49:29 +08:00
Magic_yuan
2e8768b301 Update lightrag_azure_openai_demo.py
更新代码格式
2024-11-21 18:44:38 +08:00
Magic_yuan
717afe4d59
Update lightrag_azure_openai_demo.py
更新代码格式
2024-11-21 18:44:38 +08:00