Skip to content

Commit

Permalink
docs: Add missing args in api doc of WebResearchRetriever (#25949)
Browse files Browse the repository at this point in the history
Add missing args in api doc of `WebResearchRetriever`
  • Loading branch information
ZhangShenao authored Sep 3, 2024
1 parent da113f6 commit 8d784db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/community/langchain_community/retrievers/web_research.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ def from_llm(
text_splitter: Text splitter for splitting web pages into chunks
trust_env: Whether to use the http_proxy/https_proxy env variables
or check .netrc for proxy configuration
allow_dangerous_requests: A flag to force users to acknowledge
the risks of SSRF attacks when using this retriever
Returns:
WebResearchRetriever
Expand Down

0 comments on commit 8d784db

Please sign in to comment.