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.

This page covers all LangChain integrations with Parallel.

Installation and setup

The Parallel integration lives in its own partner package:
pip install -U langchain-parallel
Set the PARALLEL_API_KEY environment variable to your Parallel API key. Sign up at platform.parallel.ai to obtain one.

Chat models

ChatParallel

OpenAI-compatible chat model with optional web research and per-field citations on the research tiers.

Tools

ParallelSearchTool

Search the web and get structured, LLM-optimized excerpts back.

ParallelExtractTool

Extract clean markdown content from a list of URLs.

ParallelFindAllTool

Discover entities that satisfy a set of boolean match conditions.

Task API

Run research-grade tasks: single ad-hoc, deep research, batch enrichment. ParallelTaskRunTool, ParallelDeepResearch, ParallelTaskGroup, ParallelEnrichment.

ParallelMonitor

Schedule a query on a recurring cadence and receive events when relevant new content shows up.

Retrievers

ParallelSearchRetriever

BaseRetriever over Parallel Search. Returns list[Document] for drop-in use in any RAG pipeline.