mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-23 19:39:58 +00:00
docs(core): remove duplicate 'the' in indexing/api.py (#32924)
**Description:** Fixes a small typo in `_get_document_with_hash` inside `libs/core/langchain_core/indexing/api.py`. **Issue:** N/A (no related issue) **Dependencies:** None
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
Reference in New Issue
Block a user