



A vector database solution provided by Microsoft Azure.
Loading more......
Azure Cosmos DB is Microsoft Azure's offering for an integrated vector database solution within a NoSQL or relational database. This architecture enables the storage, indexing, and querying of vector embeddings directly alongside their corresponding original data, providing an alternative to standalone pure vector databases.
A vector database is specifically designed to store and manage vector embeddings. These embeddings are mathematical representations of data in a high-dimensional space, where each dimension corresponds to a data feature. They are used for tasks such as similarity search, multi-modal search, recommendation systems, and large language models (LLMs). Vector embeddings are indexed and queried using various vector search algorithms, including Hierarchical Navigable Small World (HNSW) and Inverted File (IVF), based on their vector distance or similarity.