How to use Linkup with our Langchain SDK
Install the LangChain integration
Get your Linkup API Key
Create and use the Linkup Retriever
Parameter | Options | Description |
---|---|---|
depth | standard , deep | Controls search depth. deep performs more thorough research, standard is faster. |
output_type | searchResults , sourcedAnswer , structured | Determines the format of returned information. |
Install dependencies
Set up API keys
Create the RAG pipeline
Run the pipeline