mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-23 19:39:58 +00:00
(Community): Added API Key for Jina Search API Wrapper (#29622)
- **Description:** Simple change for adding the API Key for Jina Search API Wrapper - **Issue:** #29596
This commit is contained in:
committed by
GitHub
parent
f1c66a3040
commit
96ad09fa2d
@@ -30,7 +30,7 @@ class JinaSearch(BaseTool): # type: ignore[override]
|
||||
"each in clean, LLM-friendly text. This way, you can always keep your LLM "
|
||||
"up-to-date, improve its factuality, and reduce hallucinations."
|
||||
)
|
||||
search_wrapper: JinaSearchAPIWrapper = Field(default_factory=JinaSearchAPIWrapper)
|
||||
search_wrapper: JinaSearchAPIWrapper = Field(default_factory=JinaSearchAPIWrapper) # type: ignore[arg-type]
|
||||
|
||||
def _run(
|
||||
self,
|
||||
|
Reference in New Issue
Block a user