mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-22 14:49:29 +00:00
community: add missing link (#23526)
This commit is contained in:
parent
c314222796
commit
ee282a1d2e
@ -1,6 +1,7 @@
|
||||
"""Util that calls Tavily Search API.
|
||||
|
||||
In order to set this up, follow instructions at:
|
||||
https://docs.tavily.com/docs/tavily-api/introduction
|
||||
"""
|
||||
import json
|
||||
from typing import Dict, List, Optional
|
||||
|
@ -1,6 +1,7 @@
|
||||
"""Util that calls you.com Search API.
|
||||
|
||||
In order to set this up, follow instructions at:
|
||||
https://documentation.you.com/quickstart
|
||||
"""
|
||||
|
||||
import warnings
|
||||
|
Loading…
Reference in New Issue
Block a user