Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
shadeMe committed Feb 28, 2024
1 parent c8aed8f commit 62d043e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions haystack/components/caching/cache_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
class CacheChecker:
"""
Checks for the presence of documents in a Document Store based on a specified
field in each document's metadata.
If matching documents are found, they are returned as hits. If not, the items
field in each document's metadata.
If matching documents are found, they are returned as hits. If not, the items
are returned as misses, indicating they are not in the cache.
Usage example:
Expand Down

0 comments on commit 62d043e

Please sign in to comment.