Skip to content

Commit

Permalink
minor refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Ghisleni committed May 22, 2024
1 parent 7edee53 commit f3876a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/elasticsearch/langchain_elasticsearch/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def mget(self, keys: Sequence[str]) -> List[Optional[List[float]]]:
):
logger.warning(
"Exceeded the maximum window size, "
"Reduce the duplicates manually to use or lower "
"Reduce the duplicates manually or lower "
"`maximum_duplicate_allowed.`"
)
raise e
Expand Down

0 comments on commit f3876a4

Please sign in to comment.