## Overview
We have recently published the `langchain-parallel` integration,
allowing developers to use Parallel's search, extract, and chat features
with LangChain.
- GitHub repo:
https://github.com/parallel-web/langchain-parallel/tree/main
- Docs: https://docs.parallel.ai/integrations/langchain
This PR adds net new documentation for this integration to the LangChain
docs.
## Type of change
**Type:** New documentation page
## Related issues/PRs
Discussions on Slack in `langchain-parallel-shared`.
## Checklist
<!-- Put an 'x' in all boxes that apply -->
- [x] I have read the [contributing guidelines](README.md)
- [x] I have tested my changes locally using `docs dev`
- [x] All code examples have been tested and work correctly
- [x] I have used **root relative** paths for internal links
- [x] I have updated navigation in `src/docs.json` if needed
(Internal team members only / optional): Create a preview deployment as
necessary using the [Create Preview Branch
workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml)
## Additional notes
<!-- Any other information that would be helpful for reviewers -->
---------
Co-authored-by: Mason Daugherty <mason@langchain.dev>
Co-authored-by: Mason Daugherty <github@mdrxy.com>