Showing results for nosql - Azure Cosmos DB Blog

Nov 19, 2024
0
1

New Vector Search, Full Text Search, and Hybrid Search Features in Azure Cosmos DB for NoSQL

James Codella
James Codella

We’re excited to announce several new features and advancements for search and retrieval functionalities in Azure Cosmos DB for NoSQL including: These features open the door to building new search and AI scenarios on Azure Cosmos DB, particularly benefiting Retrieval-Augmented Generation (RAG) and multi-agent AI applications by...

AIAzure Cosmos DB for NoSQL
Oct 21, 2024
0
0

Updates to Azure Cosmos DB’s Portal Networking Settings

Meredith Moore
Meredith Moore

We are happy to share with you an update to the Azure Cosmos DB networking configuration options within the Azure Portal. This update introduces a split in the IP address list, now presented as two distinct categories: user IP addresses and Portal Middleware IPs.  Managing IP access control policies is essential for maintaining a secure environment...

Azure Cosmos DB for NoSQLAzure Cosmos DB for MongoDBAzure Cosmos DB for Apache Cassandra
Sep 25, 2024
0
1

Announcing the GA of Dynamic Scaling (Per Region and Per Partition Autoscale)

Rakhi Thejraj
Rakhi Thejraj

We are excited to announce the GA of Azure Cosmos DB dynamic scaling – among multiple new features (Binary Encoding, Reserved Capacity) released recently to make your Azure Cosmos DB workloads even more cost efficient. Dynamic scaling is an enhancement to autoscale which provides cost optimization for nonuniform workloads. In the earlier version of...

Azure Cosmos DB for NoSQL
Sep 12, 2024
0
1

DiskANN for Azure Cosmos DB Now in Open Public Preview!

James Codella
James Codella

We’re excited to announce that the DiskANN vector index is now in open public preview in Azure Cosmos DB for NoSQL! This means that anyone who enrolls an Azure Cosmos DB for NoSQL resource in the Vector Search Public Preview now automatically gets access to the most powerful and scalable vector index on the planet. What is DiskANN? ...

Azure Cosmos DB for NoSQLAI
Sep 5, 2024
1
4

Azure Cosmos DB Vector Search with DiskANN Part 1: Full Space Search

Nitish Upreti James Codella Harsha Simhadri
Nitish,
James,
Harsha

Vector Search with Azure Cosmos DB Azure Cosmos DB NoSQL features advanced vector indexing and search capabilities powered by DiskANN, a suite of highly scalable, accurate, and cost-effective approximate nearest neighbor (ANN) algorithms for low-latency vector search at any scale. Azure Cosmos DB features key capabilities important for building...

Azure Cosmos DB for NoSQLAI
Jul 2, 2024
3
1

Now use role-based access control in Azure Cosmos DB Data Explorer

Meredith Moore
Meredith Moore

Azure Cosmos DB Data Explorer is a web-based tool that allows you to interact with your data, run queries, and visualize results in Azure Cosmos DB. It is available in the Azure Portal and as a standalone web app. RBAC allows you to use Microsoft Entra ID identities to control data access in Data Explorer, instead of using account keys. This way...

Azure Cosmos DB for NoSQLAnnouncements
Aug 10, 2023
0
1

Introducing Text Indexes in Azure Cosmos DB for MongoDB vCore

Sudhanshu Vishodia
Sudhanshu Vishodia

In the realm of modern databases, efficient querying of text-based data is pivotal to deliver smooth user experiences and provide valuable insights from textual content. To address this need, Azure Cosmos DB for MongoDB vCore now offers text indexing. In this blog, we'll delve into the ins and outs of text indexes in Azure Cosmos DB for MongoDB vCo...

Azure Cosmos DB for MongoDBAzure Cosmos DB for NoSQL
May 23, 2023
20
3

Announcing Materialized Views for Azure Cosmos DB for NoSQL (Preview)

Abhinav Tripathi
Abhinav Tripathi

When designing an application using Azure Cosmos DB, users are required to select a Partition Key from among the properties stored for each item, and the value in the Partition Key is used to scale out their data. Users can avoid costly cross partition queries by correctly using the Partition Key in their queries but in many cases, it can be diffic...

Azure Cosmos DB for NoSQL