> ## Documentation Index
> Fetch the complete documentation index at: https://langchain-zh.cn/llms.txt
> Use this file to discover all available pages before exploring further.

# Tavily 集成

> 使用 LangChain Python 与 Tavily 进行集成。

[Tavily](https://tavily.com) 是一个专为 AI 智能体设计的搜索引擎。
Tavily 提供搜索和提取 API，AI 开发者可以轻松地将他们的应用程序与实时在线信息集成。Tavily 的主要使命是从可信来源提供事实准确且可靠的信息，提高 AI 生成内容和推理的准确性及可靠性。

## 安装与设置

<CodeGroup>
  ```bash pip theme={"theme":{"light":"catppuccin-latte","dark":"catppuccin-mocha"}}
  pip install langchain-tavily
  ```

  ```bash uv theme={"theme":{"light":"catppuccin-latte","dark":"catppuccin-mocha"}}
  uv add langchain-tavily
  ```
</CodeGroup>

## 工具

有关可用工具的详细信息，请查看 [tavily\_search](/oss/python/integrations/tools/tavily_search) 和 [tavily\_extract](/oss/python/integrations/tools/tavily_extract)。

***

<div className="source-links">
  <Callout icon="edit">
    [Edit this page on GitHub](https://github.com/langchain-ai/docs/edit/main/src/i18n\zh-CN\oss\python\integrations\providers\tavily.mdx) or [file an issue](https://github.com/langchain-ai/docs/issues/new/choose).
  </Callout>

  <Callout icon="terminal-2">
    [Connect these docs](/use-these-docs) to Claude, VSCode, and more via MCP for real-time answers.
  </Callout>
</div>
