Commit Graph

41 Commits

Author SHA1 Message Date
Mason Daugherty 2250fb2876 refs(py): add langchain-azure-postgresql (#1723) 2025-12-03 11:35:17 -05:00
Mason Daugherty 05dce2e049 refs(py): make page wider (#1683) 2025-12-01 14:32:16 -05:00
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
Mason Daugherty a9aa3fd346 refs: update Anthropic + some other misc (#1629) 2025-11-25 18:06:36 -05:00
Mason Daugherty 1383d75062 refs(py): delete model profiles from refs (#1601) 2025-11-23 19:39:37 -05:00
Lauren Hirata Singh 2b8b816187 Revert "Resolve cookieyes issue" (#1544)
Reverts langchain-ai/docs#1529
2025-11-20 10:45:26 -05:00
Danny Lambert fa86148bdf Resolve cookieyes issue (#1529)
## Overview
Resolve cookieyes issue
2025-11-20 09:39:39 -05:00
Sydney Runkle 33a84ad551 feat: new middleware docs (#1408)
Adding docs for all of:
* file search
* shell tool
* openai content moderation
* anthropic text editor
* anthropic memory
* anthropic bash

and other misc fixes to api refs, removing unhelpful "full examples" and
hiding non-existent js middlewares
2025-11-14 15:09:13 -05:00
Mason Daugherty d8126e3115 google refresh + other nits (#1328) 2025-11-06 23:53:36 -05:00
Mason Daugherty 96d44e4e0e refs(py): community base (no content) (#1304) 2025-11-05 14:23:28 -05:00
Mason Daugherty 64a8429e98 refs(py): add langchain-model-profiles (#1273) 2025-11-04 10:36:44 -05:00
Mason Daugherty e9d192151b refs(py): standard tests (#1265)
improve org

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-03 23:28:45 -05:00
Mateusz Szewczyk e7ef74d137 docs(langchain-ibm): Updated langchain-ibm reference documentation (#1247)
## Overview
Updated `langchain-ibm` reference documentation

## Type of change

**Type:** [Replace with: New documentation page / Update existing
documentation / Fix typo/bug/link/formatting / Remove outdated content /
Other]

- Update existing documentation: Updated `langchain-ibm` reference
documentation

## Related issues/PRs
<!-- 
Link to related issues, feature PRs, or discussions (if applicable)

To automatically close an issue when this PR is merged, use closing
keywords:
- "closes #123" or "fixes #123" or "resolves #123"

For regular references without auto-closing, just use:
- "#123" or "See issue #123"

Examples:
- closes #456 (will auto-close issue #456 when PR is merged)
- See #789 for context (will reference but not auto-close issue #789)
-->
- GitHub issue:
- Feature PR:

<!-- For LangChain employees, if applicable: -->
- Linear issue:
- Slack thread:

## 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
- [ ] I have used **root relative** paths for internal links
- [ ] I have updated navigation in `src/docs.json` if needed
- I have gotten approval from the relevant reviewers
- (Internal team members only / optional) I have created a preview
deployment 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 -->
2025-11-03 17:09:07 -05:00
Mason Daugherty 7ff8d4b09e refs(py): 10/31 (#1229) 2025-10-31 18:31:08 -04:00
Mason Daugherty 36512339b2 migration guide additions & fix refs build (#1190)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-29 17:15:04 -04:00
Mason Daugherty 22c8cf0c73 10/27 work (#1146)
* add info about snippet link resolution
* add `langchain_milvus` to refs
* correct browser titles for package ref pages
* langsmith ref homepage
* don't warn on absolute link usage in refs
* fix broken links
* add note about completions API compat for OpenAI
* add OpenRouter callout
* formatting
* move langgraph errors to folder (and add redirects)
* remove deprecated gemini image gen model
* grok/groq confusion callout

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-27 16:28:09 -04:00
Mason Daugherty 0a9f97bea5 10/24 refs & integrations work (#1129) 2025-10-24 16:07:32 -04:00
anjaliratnam-msft 4126db6e02 feat: add langchain-azure-storage to reference docs (#1040)
Added
[langchain-azure-storage](https://pypi.org/project/langchain-azure-storage/)
to the reference docs with a new documentation page. We also plan to
create another PR to update the main LangChain documentation so that it
points to our newly created document loader instead of a previous
implementation. This PR is only to update the reference docs.

## 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
- [ ] I have updated navigation in `src/docs.json` if needed
- I have gotten approval from the relevant reviewers
- (Internal team members only / optional) I have created a preview
deployment using the [Create Preview Branch
workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml)

---------

Co-authored-by: Mason Daugherty <github@mdrxy.com>
2025-10-22 17:21:27 -04:00
Mason Daugherty ea9ae59b4f 10/22 cleanup (#1099) 2025-10-22 16:30:59 -04:00
Mason Daugherty 14440b7810 10/21 refs work (#1074) 2025-10-21 17:04:08 -04:00
Mason Daugherty bbf0f9f308 refs(py): langchain_classic foundations (#1043)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-21 01:17:29 -04:00
Mason Daugherty 41193344b3 refs work 10/20 (#1039)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-20 18:46:34 -04:00
Mason Daugherty 9de5f272d1 eod work 10/19 (#1008)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-20 00:56:08 -04:00
Mason Daugherty 62c6ac464f refs: enable privacy plugin (#1001) 2025-10-19 20:09:53 -04:00
Mason Daugherty 54a20f378e fix: use env var w/ bool val for insiders (#996)
`ENABLE_INSIDERS_PLUGINS`
2025-10-19 19:17:01 -04:00
Mason Daugherty 7ffcf44299 ref docs: use insiders (#993) 2025-10-19 19:02:21 -04:00
Mason Daugherty c8c5a50d33 refs: perf improvements and styling (#970) 2025-10-17 01:33:52 -04:00
Mason Daugherty 05dea44ecd more integrations/refs work (#967) 2025-10-17 00:01:57 -04:00
Mason Daugherty 06735eb013 refs: disable privacy plugin (#959)
Will re-enable when acquiring sponsor tier (#950)
2025-10-16 20:00:41 +00:00
Mason Daugherty 8abf420a41 fix: pepy download upstream rate limited (#953)
#950

also make links open in new tab
2025-10-16 11:54:13 -04:00
Mason Daugherty 46bfbbf83c more refs! (#937)
updated x-ref parser to escape inner code backticks

begin x-reffing in main docs

dropped old refs site from link map
2025-10-15 23:36:51 -04:00
Mason Daugherty b982e7293a 10/15 ref work (#917) 2025-10-15 18:50:04 -04:00
Mason Daugherty 33ab90d70e 10/14 ref work (#875) 2025-10-15 10:34:25 -04:00
Mason Daugherty add29859a3 oss refs 10/10 (#824) 2025-10-10 17:58:09 -04:00
Mason Daugherty a250321b6b oss openai py ref pass (#793) 2025-10-08 18:42:09 -04:00
Mason Daugherty 5fce9e40c2 oss: more py ref work (#785) 2025-10-07 23:11:48 -04:00
Mason Daugherty 78d62b243b oss ref work (#774) 2025-10-07 15:09:47 -04:00
Eugene Yurtsev 02d384c90f chore(reference): document langchain_v1 namespace (#722)
Basic pass over the langchain v1 namespace

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-02 15:01:17 -04:00
Mason Daugherty 37e3da7be7 more reference docs updates / README.md update (#716) 2025-10-01 15:53:47 -04:00
Mason Daugherty d4716d2b9a fix: update edit_uri to point to the correct Python documentation path (#714) 2025-10-01 14:30:33 -04:00
Mason Daugherty b05a15c608 WIP: init consolidate python ref (#701) 2025-10-01 14:21:54 -04:00