Overview
Linkup can be used with LangChain as a Retriever. This integration allows you to build powerful applications that retrieve contextual information from the internet.Getting Started with Linkup in LangChain
Get your Linkup API Key
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. |
output_type | 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.
Facing issues? Reach out to our engineering team at support@linkup.so or via our Discord or book a 15 minutes call with a member of our technical team.