community: add missing link (#23526)

This commit is contained in:
Qingchuan Hao 2024-06-26 21:06:28 +08:00 committed by GitHub
parent c314222796
commit ee282a1d2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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