Files
docs/reference/python/AGENTS.md
T
Matt H dbdc0cc152 Add langchain-parallel docs (#1620)
## 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>
2025-11-25 18:53:32 -05:00

28 lines
1.1 KiB
Markdown

# API Reference Documentation
These are auto-generated API reference files. **Do NOT apply the standard documentation guidelines to these files.**
## Important
- Do not modify these files manually - they are generated from source code
- Do not apply custom formatting rules from `copilot-instructions.md`
- Do not suggest changes to structure, style, or content
- Do not add frontmatter or reformat existing content
- Do not apply the style guide or content strategy from the main instructions
## What you CAN do
- Fix broken links if they point to incorrect URLs
- Report issues with the generation process
- Suggest improvements to the source code that generates these files
## Troubleshooting
- If you encounter errors like "could not collect package XYZ", ensure the mkdocstrings syntax used has underscores for package names (e.g., `langchain_ollama` instead of `langchain-ollama`). This applies to the `.md` files used to generate these references.
## Icons
Icons from Material for MkDocs are available for use in documentation with integrated search:
- [Material for MkDocs Icons Reference](https://squidfunk.github.io/mkdocs-material/reference/icons-emojis/)