Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerhutcherson committed Aug 2, 2024
1 parent 084f58c commit 38bb5df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions redisvl/extensions/llmcache/semantic.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,8 @@ def check(
key = cache_search_result["id"]
self._refresh_ttl(key)

print(cache_search_result, flush=True)

# Create cache hit
cache_hit = CacheHit(**cache_search_result)
cache_hit_dict = {
Expand Down

0 comments on commit 38bb5df

Please sign in to comment.