Add Azure AI Content Understanding to azure-ai README - #547
Merged
Facundo Santiago (santiagxf) merged 12 commits intoMay 2, 2026
Merged
Conversation
Yung-Shin Lin (yungshinlintw)
suggested changes
Apr 29, 2026
Yung-Shin Lin (yungshinlintw)
approved these changes
May 1, 2026
Yung-Shin Lin (yungshinlintw)
left a comment
There was a problem hiding this comment.
One change recommended
Yung-Shin Lin (yungshinlintw)
approved these changes
May 1, 2026
Facundo Santiago (santiagxf)
previously requested changes
May 1, 2026
Facundo Santiago (santiagxf)
enabled auto-merge (squash)
May 2, 2026 03:16
Facundo Santiago (santiagxf)
disabled auto-merge
May 2, 2026 03:17
Facundo Santiago (santiagxf)
self-requested a review
May 2, 2026 03:18
Facundo Santiago (santiagxf)
approved these changes
May 2, 2026
Facundo Santiago (santiagxf)
merged commit May 2, 2026
09ad1c1
into
langchain-ai:main
8 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the
langchain-azure-aiREADME to document Microsoft Foundry Tools and add missing changelog entries for Content Understanding.Changes
Feature list: Renamed "Azure AI Services tools" → "Microsoft Foundry Tools" with parenthetical noting Content Understanding, Document Intelligence, and more (also fixed the source link to use
/tree/main/for correct GitHub rendering)New section — Microsoft Foundry Tools: Added a quick-reference section mentioning
AzureAIServicesToolkitandAzureAIContentUnderstandingLoader, with a link to the demo notebookChangelog (1.2.2): Added two
[NEW]entries that were missing:AzureAIContentUnderstandingLoaderdocument loader (#423)AzureAIContentUnderstandingToolagent tool, also available viaAzureAIServicesToolkit(#446)Why
Content Understanding components shipped in 1.2.2 but were not mentioned in the README feature list, had no Quick Start section, and had no changelog entries. This makes CU discoverable on PyPI. Detailed usage docs live in the demo notebook and Microsoft Learn.
Related PRs
AzureAIContentUnderstandingLoader(merged)AzureAIContentUnderstandingTool(merged)