langchain-parallelThese docs are built from the langchain-parallel repo and have not been verified for accuracy by the LangChain team.
For issues, please open an issue in the langchain-parallel repo.
Refer to the docs for a high-level guide on how to use each module. These reference pages contain auto-generated API documentation for each module, focusing on the "what" rather than the "how" or "why" (i.e. no end-to-end tutorials or conceptual overviews).
Input schema for ParallelWeb search tool.
Parallel Search tool with web research capabilities.
Settings for excerpt extraction.
Settings for full content extraction.
Fetch policy for cache vs live content.
Synchronous client for Parallel Search API using the Parallel SDK.
Asynchronous client for Parallel Search API using the Parallel SDK.
Synchronous client for Parallel Extract API using the Parallel SDK.
Asynchronous client for Parallel Extract API using the Parallel SDK.
Parallel Web chat model integration.
Input schema for Parallel Extract Tool.
Parallel Extract Tool.
Retrieve the Parallel API key from argument or environment variables.
Returns a configured sync OpenAI client for the Chat API.
Returns a configured async OpenAI client for the Chat API.
Returns a configured sync Parallel Search client.
Returns a configured async Parallel Search client.
Returns a configured sync Parallel Extract client.
Returns a configured async Parallel Extract client.