
Get started with LangChain and LangGraph with Foundry
Jun 16, 2026 · Learn how to use langchain-azure-ai as an entry point for LangChain and LangGraph apps with Microsoft Foundry capabilities.
Build a translation app with LangChain - Foundry Local
Jun 15, 2026 · This article shows you how to build a translation app by using the Foundry Local SDK and LangChain. Use a local model to translate text between languages.
Use LangChain with models in Microsoft Foundry
May 15, 2026 · Learn how to use OpenAI-compatible LangChain classes with chat and embedding models deployed in Microsoft Foundry, including prompt chains, async calls, and vector search.
Use Foundry Memory with LangChain and LangGraph
Mar 6, 2026 · Use langchain-azure-ai and Foundry Memory to add long-term memory to your applications. In this article, you create a memory-backed chain, store user preferences, recall them in …
Host LangGraph agents as Foundry hosted agents - Microsoft Foundry
May 29, 2026 · Learn how to use langchain_azure_ai.agents.hosting to host LangGraph agents on Foundry hosted agent service with Responses and Invocations protocols.
Use LangGraph with the Agent Service - Microsoft Foundry
Jun 19, 2026 · Use the langchain-azure-ai package to connect LangGraph and LangChain applications to Foundry Agent Service. This article walks through practical scenarios, from using existing agents …
Build RAG pipelines with LangChain and Azure Files
Apr 10, 2026 · LangChain is an open-source framework designed to simplify the creation of applications powered by large language models (LLMs). By using LangChain with Azure Files, you can build …
Trace LangChain and LangGraph apps with Microsoft Foundry and …
Mar 6, 2026 · Learn how to trace LangChain and LangGraph applications in Foundry with the AzureAIOpenTelemetryTracer callback handler.
Quickstart: Set up and run the JavaScript LangChain sample agent
Apr 30, 2026 · In this Quickstart, walk through setting up a working JavaScript LangChain agent using Agent 365 tooling, notifications, observability, and testing the agent using Agents Playground and …
Retrieval-Augmented Generation with LangChain and OpenAI - Azure ...
Apr 27, 2026 · This tutorial explores how to use Azure DocumentDB, LangChain, and OpenAI to implement retrieval-augmented generation (RAG) for superior AI performance, alongside discussing …
Build a RAG pipeline using Azure Files with LangChain and Qdrant ...
Apr 23, 2026 · Learn how to build a retrieval-augmented generation (RAG) pipeline that queries documents stored in Azure Files using LangChain for orchestration and Qdrant as the vector database.