Integrations · LangChain

LangChain

Use You.com retrieval inside any LangChain agent.

Install

Shell
pip install langchain-community youdotcom

Usage

Python
from langchain_community.tools.you import YouSearchTool

tool = YouSearchTool(api_key="<API_KEY>")
print(tool.invoke("latest pgvector benchmarks"))