本页面涵盖了 LangChain 与Microsoft Azure and its related projects. Integration packages for Azure AI, Dynamic Sessions, SQL Server are maintained in the langchain-azure repository.Documentation Index
Fetch the complete documentation index at: https://nvd-54.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
聊天模型
We recommend developers start with the (langchain-azure-ai) to access all the models available in Azure AI Foundry.
Azure AI chat completions
Access models like Azure OpenAI, DeepSeek R1, Cohere, Phi and Mistral 使用AzureAIOpenAIApiChatModel class.
DefaultAzureCredential, or set an API key directly.
向量嵌入模型
Azure AI model inference for embeddings
DefaultAzureCredential, or set an API key directly.
向量存储
Azure CosmosDB NoSQL vector search
Azure CosmosDB NoSQL is a fully managed, globally distributed, serverless document database for modern applications. It stores data in flexible JSON documents and uses a SQL-like query language. 这提供了 high performance, low latency, and automatic, elastic scalability. It also features integrated vector search capabilities for AI workloads like generative AI and RAG. 这允许您 store, index, and query vector embeddings alongside your operational data in the same database. You can combine vector similarity search with traditional keyword-based search for relevant results and choose from various indexing methods for optimal performance. This unified approach simplifies application architecture and ensures data consistency.我们需要安装
langchain-azure-cosmosdb and azure-cosmos packages to use this vector store.
Azure CosmosDB mongo vCore vector search
Azure CosmosDB Mongo vCore architecture makes it easy to create a database with full native MongoDB support. You can apply your MongoDB experience and continue to use your favorite MongoDB drivers, SDKs, and tools by pointing your application to the API for MongoDB (vCore) cluster’s connection string.我们需要安装
pymongo package to use this vector store.
将这些文档连接 到 Claude、VSCode 等工具,通过 MCP 获取实时答案。

