Skip to content

Fix typo in vector.md #851

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions solutions/search/vector.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Here's a quick reference overview of vector search field types and queries avail

## Dense vector search

Dense neural embeddings capture semantic meaning by translating content into fixed-length vectors of floating-point bumbers. Similar content maps to nearby points in the vector space, making them ideal for:
Dense neural embeddings capture semantic meaning by translating content into fixed-length vectors of floating-point numbers. Similar content maps to nearby points in the vector space, making them ideal for:
- Finding semantically similar content
- Matching questions with answers
- Image similarity search
Expand All @@ -45,4 +45,4 @@ The sparse vector approach uses the ELSER model to expand content with semantica
- Domain-specific search
- Large-scale deployments

[Learn more about sparse vector search with ELSER](vector/sparse-vector.md).
[Learn more about sparse vector search with ELSER](vector/sparse-vector.md).
Loading