Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

You.com is an AI productivity platform providing real-time web search and content extraction APIs designed for LLM applications.

Installation and setup

pip install langchain-youdotcom
Set your You.com API key. Get your API key at you.com/platform.
import os

os.environ["YDC_API_KEY"] = "your-api-key"

Retriever

See a usage example.
from langchain_youdotcom import YouRetriever

Tools

See a usage example.
from langchain_youdotcom import YouSearchTool, YouContentsTool