langchain/docs/docs/integrations/tools
Serena Ruan a7c1ce2b3f
[community] Add timeout control and retry for UC tool execution (#26645)
Add timeout at client side for UCFunctionToolkit and add retry logic.
Users could specify environment variable
`UC_TOOL_CLIENT_EXECUTION_TIMEOUT` to increase the timeout value for
retrying to get the execution response if the status is pending. Default
timeout value is 120s.


- [ ] **Add tests and docs**: If you're adding a new integration, please
include
1. a test for the integration, preferably unit tests that do not rely on
network access,
2. an example notebook showing its use. It lives in
`docs/docs/integrations` directory.

Tested in Databricks:
<img width="1200" alt="image"
src="https://github.com/user-attachments/assets/54ab5dfc-5e57-4941-b7d9-bfe3f8ad3f62">



- [x] **Lint and test**: Run `make format`, `make lint` and `make test`
from the root of the package(s) you've modified. See contribution
guidelines for more: https://python.langchain.com/docs/contributing/

Additional guidelines:
- Make sure optional dependencies are imported within a function.
- Please do not add dependencies to pyproject.toml files (even optional
ones) unless they are required for unit tests.
- Most PRs should not touch more than one package.
- Changes should be backwards compatible.
- If you are adding something to community, do not re-import it in
langchain.

If no one reviews your PR within a few days, please @-mention one of
baskaryan, efriis, eyurtsev, ccurme, vbarda, hwchase17.

---------

Signed-off-by: serena-ruan <serena.rxy@gmail.com>
Co-authored-by: Erick Friis <erick@langchain.dev>
2024-10-09 06:31:48 +00:00
..
_gradio_tools_files Restructure docs (#11620) 2023-10-10 12:55:19 -07:00
ainetwork.ipynb [docs]: combine tools and toolkits (#25158) 2024-08-08 08:59:02 -07:00
alpha_vantage.ipynb community[minor]: Add Alpha Vantage API Tool (#14332) 2024-03-30 00:44:01 +00:00
amadeus.ipynb [docs]: combine tools and toolkits (#25158) 2024-08-08 08:59:02 -07:00
arxiv.ipynb docs : Added integrations for tools with langchain_community (#22056) 2024-05-23 15:09:34 -04:00
asknews.ipynb community[minor]: add AskNews retriever and AskNews tool (#21581) 2024-05-20 18:23:06 -07:00
awslambda.ipynb docs : Added integrations for tools with langchain_community (#22056) 2024-05-23 15:09:34 -04:00
azure_ai_services.ipynb [docs]: combine tools and toolkits (#25158) 2024-08-08 08:59:02 -07:00
azure_cognitive_services.ipynb [docs]: combine tools and toolkits (#25158) 2024-08-08 08:59:02 -07:00
azure_dynamic_sessions.ipynb docs : Added integrations for tools with langchain_community (#22056) 2024-05-23 15:09:34 -04:00
bash.ipynb docs : Added integrations for tools with langchain_community (#22056) 2024-05-23 15:09:34 -04:00
bearly.ipynb docs : Added integrations for tools with langchain_community (#22056) 2024-05-23 15:09:34 -04:00
bing_search.ipynb doc: replace function all with tool call (#23184) 2024-06-20 09:27:39 -04:00
brave_search.ipynb docs : Added integrations for tools with langchain_community (#22056) 2024-05-23 15:09:34 -04:00
cassandra_database.ipynb [docs]: combine tools and toolkits (#25158) 2024-08-08 08:59:02 -07:00
chatgpt_plugins.ipynb docs: fix mdx codefences (#26802) 2024-09-24 06:06:13 +00:00
clickup.ipynb [docs]: combine tools and toolkits (#25158) 2024-08-08 08:59:02 -07:00
cogniswitch.ipynb [docs]: combine tools and toolkits (#25158) 2024-08-08 08:59:02 -07:00
connery.ipynb multiple: pydantic 2 compatibility, v0.3 (#26443) 2024-09-13 14:38:45 -07:00
dalle_image_generator.ipynb docs : Added integrations for tools with langchain_community (#22056) 2024-05-23 15:09:34 -04:00
databricks.ipynb [community] Add timeout control and retry for UC tool execution (#26645) 2024-10-09 06:31:48 +00:00
dataforseo.ipynb docs : Added integrations for tools with langchain_community (#22056) 2024-05-23 15:09:34 -04:00
dataherald.ipynb docs : Added integrations for tools with langchain_community (#22056) 2024-05-23 15:09:34 -04:00
ddg.ipynb multiple: pydantic 2 compatibility, v0.3 (#26443) 2024-09-13 14:38:45 -07:00
e2b_data_analysis.ipynb docs : Added integrations for tools with langchain_community (#22056) 2024-05-23 15:09:34 -04:00
edenai_tools.ipynb docs : Added integrations for tools with langchain_community (#22056) 2024-05-23 15:09:34 -04:00
eleven_labs_tts.ipynb docs : Added integrations for tools with langchain_community (#22056) 2024-05-23 15:09:34 -04:00
exa_search.ipynb docs: fix admonition formatting (#26801) 2024-09-23 21:55:17 -07:00
filesystem.ipynb Added langchain-community installation (#23741) 2024-07-02 11:03:07 -04:00
financial_datasets.ipynb multiple: pydantic 2 compatibility, v0.3 (#26443) 2024-09-13 14:38:45 -07:00
github.ipynb docs: fix mdx codefences (#26802) 2024-09-24 06:06:13 +00:00
gitlab.ipynb docs: make docs mdxv2 compatible (#26798) 2024-09-23 21:24:23 -07:00
gmail.ipynb docs: fix mdx codefences (#26802) 2024-09-24 06:06:13 +00:00
golden_query.ipynb Added langchain-community installation (#23741) 2024-07-02 11:03:07 -04:00
google_cloud_texttospeech.ipynb docs: integrations google missed references (#25923) 2024-09-02 11:14:18 -07:00
google_drive.ipynb Langchain: fixed a typo in the imports (#23864) 2024-07-05 15:42:50 +00:00
google_finance.ipynb docs : Added integrations for tools with langchain_community (#22188) 2024-05-27 14:06:40 -07:00
google_imagen.ipynb docs: updated tutorials for Image generation and Vector Search (#21000) 2024-04-29 09:04:11 -04:00
google_jobs.ipynb docs : Added integrations for tools with langchain_community (#22188) 2024-05-27 14:06:40 -07:00
google_lens.ipynb docs : Added integrations for tools with langchain_community (#22188) 2024-05-27 14:06:40 -07:00
google_places.ipynb docs : Added integrations for tools with langchain_community (#22188) 2024-05-27 14:06:40 -07:00
google_scholar.ipynb docs : Added integrations for tools with langchain_community (#22188) 2024-05-27 14:06:40 -07:00
google_search.ipynb Update google_search.ipynb (#26420) 2024-09-14 15:08:40 -07:00
google_serper.ipynb docs : Added integrations for tools with langchain_community (#22188) 2024-05-27 14:06:40 -07:00
google_trends.ipynb docs : Added integrations for tools with langchain_community (#22188) 2024-05-27 14:06:40 -07:00
gradio_tools.ipynb docs : Added integrations for tools with langchain_community (#22188) 2024-05-27 14:06:40 -07:00
graphql.ipynb docs : Added integrations for tools with langchain_community (#22188) 2024-05-27 14:06:40 -07:00
huggingface_tools.ipynb docs: udpated api reference (#25172) 2024-08-14 07:00:17 -07:00
human_tools.ipynb docs : Added integrations for tools with langchain_community (#22188) 2024-05-27 14:06:40 -07:00
ifttt.ipynb docs: make docs mdxv2 compatible (#26798) 2024-09-23 21:24:23 -07:00
infobip.ipynb multiple: pydantic 2 compatibility, v0.3 (#26443) 2024-09-13 14:38:45 -07:00
ionic_shopping.ipynb docs: ReAct reference (#22830) 2024-06-13 19:39:28 -07:00
jina_search.ipynb multiple: pydantic 2 compatibility, v0.3 (#26443) 2024-09-13 14:38:45 -07:00
jira.ipynb docs: integrations updates 18 (#27054) 2024-10-08 19:05:07 +00:00
json.ipynb docs: integrations updates 18 (#27054) 2024-10-08 19:05:07 +00:00
lemonai.ipynb docs: make docs mdxv2 compatible (#26798) 2024-09-23 21:24:23 -07:00
memorize.ipynb docs, community[patch], experimental[patch], langchain[patch], cli[pa… (#15412) 2024-01-02 15:32:16 -05:00
mojeek_search.ipynb community[minor]: add mojeek search util (#20922) 2024-04-29 15:49:53 +00:00
multion.ipynb [docs]: combine tools and toolkits (#25158) 2024-08-08 08:59:02 -07:00
nasa.ipynb [docs]: combine tools and toolkits (#25158) 2024-08-08 08:59:02 -07:00
nuclia.ipynb fix typo in langchain/docs/docs/intergrations/tools/nuclia.ipynb (#20591) 2024-04-18 13:46:45 +00:00
nvidia_riva.ipynb multiple: pydantic 2 compatibility, v0.3 (#26443) 2024-09-13 14:38:45 -07:00
office365.ipynb [docs]: combine tools and toolkits (#25158) 2024-08-08 08:59:02 -07:00
openapi_nla.ipynb [docs]: combine tools and toolkits (#25158) 2024-08-08 08:59:02 -07:00
openapi.ipynb docs: udpated api reference (#25172) 2024-08-14 07:00:17 -07:00
openweathermap.ipynb docs: langchain-openai (#15513) 2024-01-06 15:54:48 -08:00
oracleai.ipynb docs: updates for OracleDB (#21745) 2024-05-20 16:01:35 -07:00
pandas.ipynb [docs]: combine tools and toolkits (#25158) 2024-08-08 08:59:02 -07:00
passio_nutrition_ai.ipynb docs: update passio_nutrition_ai.ipynb (#27041) 2024-10-08 18:35:48 +00:00
playwright.ipynb docs: integrationsreferences update (#25322) 2024-08-13 09:29:51 -04:00
polygon.ipynb multiple: pydantic 2 compatibility, v0.3 (#26443) 2024-09-13 14:38:45 -07:00
powerbi.ipynb [docs]: combine tools and toolkits (#25158) 2024-08-08 08:59:02 -07:00
pubmed.ipynb Updated doc for tools/pubmed with new functions: invoke. (#17378) 2024-02-11 21:19:31 -08:00
python.ipynb docs: fix admonition formatting (#26801) 2024-09-23 21:55:17 -07:00
reddit_search.ipynb docs: migrate integrations using langchain-cli (#21929) 2024-05-20 18:14:49 +00:00
requests.ipynb multiple: pydantic 2 compatibility, v0.3 (#26443) 2024-09-13 14:38:45 -07:00
riza.ipynb community[minor]: Add Riza Python/JS code execution tool (#23995) 2024-07-19 17:03:22 +00:00
robocorp.ipynb [docs]: combine tools and toolkits (#25158) 2024-08-08 08:59:02 -07:00
sceneXplain.ipynb docs: update imports of tools to use langchain_community (#18705) 2024-03-07 11:46:09 -05:00
searchapi.ipynb docs: migrate integrations using langchain-cli (#21929) 2024-05-20 18:14:49 +00:00
searx_search.ipynb langchain[patch], experimental[patch]: update utilities imports (#15438) 2024-01-03 02:18:15 -05:00
semanticscholar.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
serpapi.ipynb docs: migrate integrations using langchain-cli (#21929) 2024-05-20 18:14:49 +00:00
slack.ipynb multiple: pydantic 2 compatibility, v0.3 (#26443) 2024-09-13 14:38:45 -07:00
spark_sql.ipynb [docs]: combine tools and toolkits (#25158) 2024-08-08 08:59:02 -07:00
sql_database.ipynb docs: integrations updates 17 (#27015) 2024-10-08 17:03:18 +00:00
stackexchange.ipynb docs: update documentation of stackexchange component (#18486) 2024-03-04 10:45:29 -08:00
steam.ipynb [docs]: combine tools and toolkits (#25158) 2024-08-08 08:59:02 -07:00
tavily_search.ipynb docs: fix mdx codefences (#26802) 2024-09-24 06:06:13 +00:00
twilio.ipynb docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
upstage_groundedness_check.ipynb upstage: Upstage Groundedness Check parameter update (#20914) 2024-04-26 17:34:05 +00:00
wikidata.ipynb docs[patch]: Fix docs bugs in response to feedback (#23649) 2024-06-28 17:24:55 -07:00
wikipedia.ipynb docs: migrate integrations using langchain-cli (#21929) 2024-05-20 18:14:49 +00:00
wolfram_alpha.ipynb langchain[patch], experimental[patch]: update utilities imports (#15438) 2024-01-03 02:18:15 -05:00
yahoo_finance_news.ipynb docs: Update .run() to .invoke() (#24520) 2024-07-22 14:21:33 -07:00
you.ipynb docs: v0.2 docs in master (#21438) 2024-05-08 12:29:59 -07:00
youtube.ipynb Please spell Lex's name correctly Fridman (#24517) 2024-07-22 19:38:32 +00:00
zapier.ipynb docs: import update (#20610) 2024-04-18 16:05:17 -04:00
zenguard.ipynb community: fix code example in ZenGuard docs (#23541) 2024-06-26 13:05:59 -04:00