diff --git a/libs/core/langchain_core/indexing/api.py b/libs/core/langchain_core/indexing/api.py index fdf7273bad1..d9f9d5a2c81 100644 --- a/libs/core/langchain_core/indexing/api.py +++ b/libs/core/langchain_core/indexing/api.py @@ -56,7 +56,7 @@ def _warn_about_sha1() -> None: "that map to the same fingerprint. If this matters in your " "threat model, switch to a stronger algorithm such " "as 'blake2b', 'sha256', or 'sha512' by specifying " - " `key_encoder` parameter in the the `index` or `aindex` function. ", + " `key_encoder` parameter in the `index` or `aindex` function. ", category=UserWarning, stacklevel=2, )