Skip to content

Commit 38bb5df

Browse files
debug
1 parent 084f58c commit 38bb5df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

redisvl/extensions/llmcache/semantic.py

+2
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,8 @@ def check(
300300
key = cache_search_result["id"]
301301
self._refresh_ttl(key)
302302

303+
print(cache_search_result, flush=True)
304+
303305
# Create cache hit
304306
cache_hit = CacheHit(**cache_search_result)
305307
cache_hit_dict = {

0 commit comments

Comments
 (0)