Posts by this author

May 7, 2025
Post comments count0
Post likes count1

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

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
Sep 5, 2024
Post comments count1
Post likes count4

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

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