magicyuan876
|
786aa92b48
|
fix(utils): 修复 JSON 日志编码问题
- 在 json.dumps 中添加 ensure_ascii=False 参数,以支持非 ASCII 字符编码
-这个修改确保了包含中文等非 ASCII 字符的日志信息能够正确处理和显示
|
2024-12-06 14:32:41 +08:00 |
|
yuanxiaobin
|
558068f611
|
fix(utils): 修复 JSON 日志编码问题
- 在 json.dumps 中添加 ensure_ascii=False 参数,以支持非 ASCII 字符编码
-这个修改确保了包含中文等非 ASCII 字符的日志信息能够正确处理和显示
|
2024-12-06 14:32:41 +08:00 |
|
magicyuan876
|
e619b09c8a
|
重构缓存处理逻辑
- 提取通用缓存处理逻辑到新函数 handle_cache 和 save_to_cache
- 使用 CacheData 类统一缓存数据结构
- 优化嵌入式缓存和常规缓存的处理流程
- 添加模式参数以支持不同查询模式的缓存策略
- 重构 get_best_cached_response 函数,提高缓存查询效率
|
2024-12-06 14:29:16 +08:00 |
|
yuanxiaobin
|
584258078f
|
重构缓存处理逻辑
- 提取通用缓存处理逻辑到新函数 handle_cache 和 save_to_cache
- 使用 CacheData 类统一缓存数据结构
- 优化嵌入式缓存和常规缓存的处理流程
- 添加模式参数以支持不同查询模式的缓存策略
- 重构 get_best_cached_response 函数,提高缓存查询效率
|
2024-12-06 14:29:16 +08:00 |
|
zrguo
|
751ea96722
|
Merge pull request #407 from partoneplay/main
Add support for Ollama streaming output and integrate Open-WebUI as the chat UI demo
|
2024-12-06 11:39:08 +08:00 |
|
zrguo
|
69b6a9fd1d
|
Merge pull request #407 from partoneplay/main
Add support for Ollama streaming output and integrate Open-WebUI as the chat UI demo
|
2024-12-06 11:39:08 +08:00 |
|
zrguo
|
f2a208c343
|
Merge branch 'main' into main
|
2024-12-06 11:38:27 +08:00 |
|
zrguo
|
ad991f904d
|
Merge branch 'main' into main
|
2024-12-06 11:38:27 +08:00 |
|
zrguo
|
3011600bde
|
Merge pull request #409 from zsuroy/patch-1
Update oracle_impl.py
|
2024-12-06 11:08:29 +08:00 |
|
zrguo
|
3264fa0577
|
Merge pull request #409 from zsuroy/patch-1
Update oracle_impl.py
|
2024-12-06 11:08:29 +08:00 |
|
Suroy
|
979f30d20b
|
Update oracle_impl.py
Fixed typing error in python3.9
|
2024-12-06 11:06:20 +08:00 |
|
Suroy
|
0614a93608
|
Update oracle_impl.py
Fixed typing error in python3.9
|
2024-12-06 11:06:20 +08:00 |
|
zrguo
|
d2c55912c2
|
Merge pull request #408 from magicyuan876/main
修复 args_hash在使用常规缓存时候才计算导致embedding缓存时没有计算的bug
|
2024-12-06 10:42:42 +08:00 |
|
zrguo
|
8a6796b9dc
|
Merge pull request #408 from magicyuan876/main
修复 args_hash在使用常规缓存时候才计算导致embedding缓存时没有计算的bug
|
2024-12-06 10:42:42 +08:00 |
|
magicyuan876
|
5dfb74ef2d
|
修复 args_hash在使用常规缓存时候才计算导致embedding缓存时没有计算的bug
|
2024-12-06 10:40:48 +08:00 |
|
yuanxiaobin
|
7c4bbe2474
|
修复 args_hash在使用常规缓存时候才计算导致embedding缓存时没有计算的bug
|
2024-12-06 10:40:48 +08:00 |
|
magicyuan876
|
6c29a37f20
|
修复 args_hash在使用常规缓存时候才计算导致embedding缓存时没有计算的bug
|
2024-12-06 10:28:35 +08:00 |
|
yuanxiaobin
|
8a69604966
|
修复 args_hash在使用常规缓存时候才计算导致embedding缓存时没有计算的bug
|
2024-12-06 10:28:35 +08:00 |
|
magicyuan876
|
6540d11096
|
修复 args_hash在使用常规缓存时候才计算导致embedding缓存时没有计算的bug
|
2024-12-06 10:21:53 +08:00 |
|
yuanxiaobin
|
f2a1897b61
|
修复 args_hash在使用常规缓存时候才计算导致embedding缓存时没有计算的bug
|
2024-12-06 10:21:53 +08:00 |
|
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 |
|
zrguo
|
9e978d36f4
|
Merge pull request #406 from magicyuan876/main
添加查询时使用embedding缓存功能
|
2024-12-06 09:37:28 +08:00 |
|
zrguo
|
2a2756d9d1
|
Merge pull request #406 from magicyuan876/main
添加查询时使用embedding缓存功能
|
2024-12-06 09:37:28 +08:00 |
|
magicyuan876
|
2ecdab2f18
|
整理了一下手误的注释
|
2024-12-06 09:11:22 +08:00 |
|
yuanxiaobin
|
c01c15f7fb
|
整理了一下手误的注释
|
2024-12-06 09:11:22 +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
|
645890aff6
|
Fix JSON parsing error
|
2024-12-05 20:40:35 +08:00 |
|
Larfii
|
0ca819dd05
|
Fix JSON parsing error
|
2024-12-05 20:40:35 +08:00 |
|
Larfii
|
1e4e2ea4f3
|
Fix JSON parsing error
|
2024-12-05 20:22:44 +08:00 |
|
Larfii
|
570790cd37
|
Fix JSON parsing error
|
2024-12-05 20:22:44 +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 |
|
Larfii
|
567fde643f
|
Update version
|
2024-12-05 18:22:50 +08:00 |
|
Larfii
|
68fed9b91f
|
Update version
|
2024-12-05 18:22:50 +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
|
254330813a
|
fix JSON parsing error
|
2024-12-05 18:13:12 +08:00 |
|
Larfii
|
eda9d5abeb
|
fix JSON parsing error
|
2024-12-05 18:13:12 +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 |
|
zrguo
|
c90327298c
|
Merge pull request #397 from tmuife/main
rename example file
|
2024-12-05 11:57:26 +08:00 |
|
zrguo
|
dda91a79d1
|
Merge pull request #397 from tmuife/main
rename example file
|
2024-12-05 11:57:26 +08:00 |
|