mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-23 15:19:33 +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.
|
"""Util that calls Tavily Search API.
|
||||||
|
|
||||||
In order to set this up, follow instructions at:
|
In order to set this up, follow instructions at:
|
||||||
|
https://docs.tavily.com/docs/tavily-api/introduction
|
||||||
"""
|
"""
|
||||||
import json
|
import json
|
||||||
from typing import Dict, List, Optional
|
from typing import Dict, List, Optional
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
"""Util that calls you.com Search API.
|
"""Util that calls you.com Search API.
|
||||||
|
|
||||||
In order to set this up, follow instructions at:
|
In order to set this up, follow instructions at:
|
||||||
|
https://documentation.you.com/quickstart
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import warnings
|
import warnings
|
||||||
|
Loading…
Reference in New Issue
Block a user