mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Fix raptor resuable issue. (#4063)
### What problem does this PR solve? #4045 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -78,7 +78,7 @@ def get_llm_cache(llmnm, txt, history, genconf):
|
||||
bin = REDIS_CONN.get(k)
|
||||
if not bin:
|
||||
return
|
||||
return bin.decode("utf-8")
|
||||
return bin
|
||||
|
||||
|
||||
def set_llm_cache(llmnm, txt, v: str, history, genconf):
|
||||
|
||||
Reference in New Issue
Block a user