mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-04 12:18:24 +00:00
docs: remove repetitive words (#21058)
remove repetitive words Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
This commit is contained in:
parent
a36935b520
commit
5a8909440b
@ -141,7 +141,7 @@ class TFIDFRetriever(BaseRetriever):
|
|||||||
"results in execution of arbitrary code on your machine."
|
"results in execution of arbitrary code on your machine."
|
||||||
"You will need to set `allow_dangerous_deserialization` to `True` to "
|
"You will need to set `allow_dangerous_deserialization` to `True` to "
|
||||||
"load this retriever. If you do this, make sure you trust the source "
|
"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."
|
"came from a trusted source."
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -315,7 +315,7 @@ class GitHubAPIWrapper(BaseModel):
|
|||||||
the branch the bot uses to make changes.
|
the branch the bot uses to make changes.
|
||||||
|
|
||||||
Returns:
|
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] = []
|
files: List[str] = []
|
||||||
try:
|
try:
|
||||||
|
@ -102,7 +102,7 @@ class _VectorStoreClient:
|
|||||||
filepath_globpattern: Optional[str] = None,
|
filepath_globpattern: Optional[str] = None,
|
||||||
) -> list:
|
) -> list:
|
||||||
"""
|
"""
|
||||||
Fetch information on documents in the the vector store.
|
Fetch information on documents in the vector store.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
metadata_filter: optional string representing the metadata filtering query
|
metadata_filter: optional string representing the metadata filtering query
|
||||||
|
Loading…
Reference in New Issue
Block a user