Overview
Linkup can be used with LangChain as a Retriever. The integration retrieves contextual information from the web inside a LangChain pipeline.Getting Started with Linkup in LangChain
Create and use the Linkup Retriever
| Parameter | Options | Description |
|---|---|---|
depth | "fast", "standard", "deep" | Controls search depth. "fast" is the fastest with no LLM processing, "standard" leverages agentic search, "deep" performs more thorough research. |
outputType | "searchResults", "sourcedAnswer", "structured" | Determines the format of returned information. |
Example Project: RAG Pipeline with OpenAI
Set up API keys
You need API keys for both Linkup and OpenAI. You can get an OpenAI API key here.
Need help? Email
support@linkup.so, ping us on Discord, or talk to us.