Skip to content

Commit 2763733

Browse files
Adding extra permalink.
Signed-off-by: Nate B <[email protected]>
1 parent 0d300d4 commit 2763733

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_posts/2025-03-18-GPU-Accelerated-Vector-Search-OpenSearch-New-Frontier.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ categories:
1414
- technical-posts
1515
meta_keywords: vector database, GPU acceleration, OpenSearch vector engine, why use GPU acceleration, NVIDIA cuVS, CAGRA algorithm, improved indexing speed, large-scale vector search
1616
meta_description: Discover how the GPU acceleration feature in OpenSearch dramatically improves vector search performance, reducing indexing time by 9.3x and costs by 3.75x using NVIDIA cuVS technology
17+
permalink: '/blog/GPU-Accelerated-Vector-Search-OpenSearch-New-Frontier/'
1718
---
1819

1920
OpenSearch's adoption as a [vector database](https://opensearch.org/platform/search/vector-database.html) has grown significantly with the rise of generative AI applications. Vector search workloads are scaling from millions to billions of vectors, making traditional CPU-based indexing both time consuming and cost intensive. To address this challenge, OpenSearch is introducing GPU acceleration as a [preview feature](https://github.com/opensearch-project/k-NN/issues/2293) for the OpenSearch Vector Engine in the upcoming 3.0 release by using [NVIDIA cuVS](https://github.com/rapidsai/cuvs). By leveraging the massive parallel processing capabilities of GPUs, this new feature dramatically reduces index building time, significantly lowering operational costs while delivering superior performance for large-scale vector workloads.

0 commit comments

Comments
 (0)