docs: remove repetitive words (#21058)

remove repetitive words

Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
pull/21136/head
tianzedavid 4 weeks ago committed by GitHub
parent a36935b520
commit 5a8909440b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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."
)

@ -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:

@ -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

Loading…
Cancel
Save