docs: remove repetitive words (#21058)

remove repetitive words

Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
This commit is contained in:
tianzedavid 2024-05-01 09:10:42 +08:00 committed by GitHub
parent a36935b520
commit 5a8909440b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -141,7 +141,7 @@ class TFIDFRetriever(BaseRetriever):
"results in execution of arbitrary code on your machine."
"You will need to set `allow_dangerous_deserialization` to `True` to "
"load this retriever. If you do this, make sure you trust the source "
"of the file, and you are responsible for validating the the file "
"of the file, and you are responsible for validating the file "
"came from a trusted source."
)

View File

@ -315,7 +315,7 @@ class GitHubAPIWrapper(BaseModel):
the branch the bot uses to make changes.
Returns:
str: A plaintext list containing the the filepaths in the branch.
str: A plaintext list containing the filepaths in the branch.
"""
files: List[str] = []
try:

View File

@ -102,7 +102,7 @@ class _VectorStoreClient:
filepath_globpattern: Optional[str] = None,
) -> list:
"""
Fetch information on documents in the the vector store.
Fetch information on documents in the vector store.
Args:
metadata_filter: optional string representing the metadata filtering query