mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-09 06:53:59 +00:00
community: add missing link (#23526)
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user