Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Python
Integrate with You using LangChain Python.
pip install langchain-youdotcom
import os os.environ["YDC_API_KEY"] = "your-api-key"
from langchain_youdotcom import YouRetriever
from langchain_youdotcom import YouSearchTool, YouContentsTool
Was this page helpful?