Skip to main content
This guide provides a quick overview for getting started with the JinaSearch tool. 所有 JinaSearch 功能和配置的详细文档请前往 API reference.

概述

集成详情

Tool features

设置

The integration lives in the langchain-community package and was added in version 0.2.16:

凭证

It’s also helpful (but not needed) to set up LangSmith for best-in-class observability:

Instantiation

  • TODO: Fill in instantiation params
Here we show how to instantiate an instance of the Jina tool, with

Invocation

Invoke directly with args

Invoke with ToolCall

We can also invoke the 工具与 a model-generated ToolCall, in which case a ToolMessage will be returned:

Chaining

We can use our tool in a chain by first binding it to a tool-calling model and then calling it:

API 参考

所有 Jina 功能和配置的详细文档请前往 API reference