Skip to content

Commit

Permalink
Update meta
Browse files Browse the repository at this point in the history
Signed-off-by: John Mazanec <[email protected]>
  • Loading branch information
jmazanec15 committed Feb 19, 2025
1 parent 24b8ff1 commit b9b9164
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ authors:
- vikash
- vamshin
- kolchfa
date: 2025-02-03
date: 2025-02-19
has_science_table: true
categories:
- technical-posts
meta_keywords: Disk-based vector search in OpenSearch, quantization, ANN search, compression, performance testing, binary quantization
meta_description: Learn how to reduce your OpenSearch costs for vector search using the new disk-based vector search.
meta_keywords: disk based vector search, vector search, vector quantization techniques, OpenSearch 2.17, binary quantization, natural language embedding models
meta_description: Learn how OpenSearch significantly reduces vector search costs using disk-based methods. Discover quantization techniques and practical implementation strategies for efficient large-scale vector search operations.
---

Vector search has gained significant attention in the area of information retrieval thanks to advances in natural language embedding models. These models map domain-specific data into a vector space, where similar pieces of data are positioned close to each other. When you run a search, the query is embedded into this space, and a nearest neighbor search identifies the most similar results based on distance calculations.

Check failure on line 17 in _posts/2025-02-03-Reduce-Cost-with-Disk-based-Vector-Search.md

View workflow job for this annotation

GitHub Actions / style-job

[vale] reported by reviewdog 🐶 [OpenSearch.SubstitutionsError] Use 'data is' instead of 'data are'. Raw Output: {"message": "[OpenSearch.SubstitutionsError] Use 'data is' instead of 'data are'.", "location": {"path": "_posts/2025-02-03-Reduce-Cost-with-Disk-based-Vector-Search.md", "range": {"start": {"line": 17, "column": 225}}}, "severity": "ERROR"}
Expand Down

0 comments on commit b9b9164

Please sign in to comment.