LightRAG/lightrag
GG 04293466ad fix(utils): 修复缓存未正确启用的问题
- 在 handle_cache 函数中添加了对 global_config 中 enable_l`lm_cache 设置的检查
- 如果配置禁用了缓存,则直接返回 None
-这个修改确保了在不需要缓存的情况下,函数能够正确地跳过缓存处理
2024-12-26 22:03:45 +08:00
..
kg AGEStorage: fix has_node() and has_edge() 2024-12-14 13:37:34 +01:00
__init__.py Update __version__ 2024-12-13 20:15:49 +08:00
base.py Add support for Ollama streaming output and integrate Open-WebUI as the chat UI demo 2024-12-06 10:13:16 +08:00
lightrag.py fix(llm): hashing_kv初始化修复 2024-12-17 16:44:42 +08:00
llm.py Update __version__ 2024-12-13 20:15:49 +08:00
operate.py Merge pull request #461 from tjyiiuan/main 2024-12-13 15:10:53 +08:00
prompt.py refactor(prompt): 优化提示模板以提高相似度评估的准确性- 明确了相似度评分的评判标准,包括不同情况下的评分依据 2024-12-11 12:57:58 +08:00
storage.py Update __version__ 2024-12-13 20:15:49 +08:00
utils.py fix(utils): 修复缓存未正确启用的问题 2024-12-26 22:03:45 +08:00