Showing results for AI - Azure Cosmos DB Blog

May 29, 2025
Post comments count0
Post likes count0

Building Multi-Agent AI Apps in Java with Spring AI and Azure Cosmos DB!

Theo van Kraay
Theo van Kraay

As AI-driven apps become more sophisticated, there's an increasing need for them to mimic collaborative problem solving - like a team of domain experts working together. Multi-agent apps offer exactly that: collections of specialized agents that cooperate to handle complex tasks. But to make them production-grade, you need more than just clever pro...

Azure Cosmos DB for NoSQLAIJava SDK
May 19, 2025
Post comments count0
Post likes count0

New Generally Available and Preview Search Capabilities in Azure Cosmos DB for NoSQL

James Codella
James Codella

At Microsoft Build 2025, we're excited to announce general availability of search capabilities for Azure Cosmos DB, including full-text and hybrid search, enabling developers to build highly performant, scalable, and intelligent applications. We're also introducing new preview enhancements such as multi-language support and fuzzy search, further en...

Azure Cosmos DB for NoSQLAIQuery
May 19, 2025
Post comments count0
Post likes count0

Azure AI Foundry Connection for Azure Cosmos DB and BYO Thread Storage in Azure AI Agent Service

James Codella
James Codella

We’re announcing new integrations between Azure Cosmos DB and the Azure AI ecosystem: the Azure AI Foundry Connection for Azure Cosmos DB and bring-your-own thread storage in Azure AI Agent Service. These capabilities make it easier for developers to build enterprise-ready agentic applications using their own data stored in Azure Cosmos DB. Azure ...

AIAzure Cosmos DB for NoSQLAzure OpenAI
May 13, 2025
Post comments count0
Post likes count0

Build 2025 Preview: Transform Your AI Apps and Agents with Azure Cosmos DB

Jay Gordon
Jay Gordon

Microsoft Build is less than a week away, and the Azure Cosmos DB team will be out in force to showcase the newest features and capabilities for building AI apps and agents with scalable, fast, high-performance data.  Whether you’re in person at the Seattle Convention Center or watching the live or on-demand digital show, we can’t wait to show ...

AIAnnouncements
May 7, 2025
Post comments count0
Post likes count1

Azure Cosmos DB with DiskANN Part 4: Stable Vector Search Recall with Streaming Data

James Codella Revti Raman Singh Nitish Upreti
James,
Revti,
Nitish

Vector search with Azure Cosmos DB  In Part 1 and Part 2 of this series, we explored vector search with Azure Cosmos DB and best practices for scaling it to 1 billion vector datasets while maintaining low query latency. In Part 3, we saw how we can create efficient sharded DiskANN indices for multi-tenant apps.  In Part 4, we’ll look at the eff...

Azure Cosmos DB for NoSQLAI
Apr 24, 2025
Post comments count0
Post likes count1

Fast, Accurate, and Affordable: Sharded DiskANN for Multitenant Vector Search in Azure Cosmos DB

James Codella Shivam Atri Haiyang Xu
James,
Shivam,
Haiyang

Introduction Azure Cosmos DB now includes Sharded DiskANN, a powerful capability that optimized for large-scale multitenant apps by splitting a DiskANN index into smaller, more performant pieces. When you specify a VectorIndexShardKey in your container’s indexing policy, Azure Cosmos DB creates multiple DiskANN indexes, one for each unique value o...

Azure Cosmos DB for NoSQLAI
Apr 21, 2025
Post comments count0
Post likes count3

Azure Cosmos DB with DiskANN Part 2: Scaling to 1 Billion Vectors with <100ms Search Latency

James Codella Haiyang Xu Harsha Simhadri
James,
Haiyang,
Harsha

Introduction In the first part of our series on Azure Cosmos DB Vector Search with DiskANN, we explored the fundamentals of vector indexing and search capabilities using Azure Cosmos DB for NoSQL and demonstrated a few early performance and cost characteristics. In Part 2, we’ll demonstrate how to scale to 1 billion vector datasets, while maintain...

AIAzure Cosmos DB for NoSQL
Mar 11, 2025
Post comments count0
Post likes count1

Implementing Chat History for AI Applications Using Azure Cosmos DB Go SDK

Abhishek Gupta
Abhishek Gupta

This blog post covers how to build a chat history implementation using Azure Cosmos DB for NoSQL Go SDK and langchaingo. If you are new to the Go SDK, the sample chatbot application presented in the blog serves as a practical introduction, covering basic operations like read, upsert, etc. It also demonstrates using the Azure Cosmos DB Linux-based e...

Azure Cosmos DB for NoSQLAIAzure OpenAI
Mar 6, 2025
Post comments count0
Post likes count5

How Microsoft Copilot scales to millions of users with Azure Cosmos DB

Azure Cosmos DB Team
Azure Cosmos DB Team

This article is guest authored by Youssef Moussaoui, member of the technical staff, Microsoft Copilot. As part of the team developing Microsoft Copilot, we’re constantly looking for ways to improve the application and keep our millions of users engaged. With this in mind, we recently evaluated the structure of our backend and began looking for a...

AITips and TricksCustomers
Dec 12, 2024
Post comments count1
Post likes count2

An introduction to Multi-Agent AI apps with Azure Cosmos DB and Azure OpenAI

Theo van Kraay
Theo van Kraay

Azure Cosmos DB was named by Bloomberg as the no. 1 Database of choice for Retrieval Augmented Generation (RAG) and Large Language Model (LLM) customization. It is used by OpenAI to scale it’s ChatGPT service, and by many thousands of customers worldwide, serving billions of end-users with globally distributed apps at planet scale. In this blog ...

Azure Cosmos DB for NoSQLAIPython SDK