Skip to content

Commit 010bb81

Browse files
authored
Fix typo in vector.md (#851)
Apparently people say "numbers" not "bumbers" nowadays. My how times have changed. 👴
1 parent ea1a63e commit 010bb81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solutions/search/vector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Here's a quick reference overview of vector search field types and queries avail
2929

3030
## Dense vector search
3131

32-
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:
32+
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:
3333
- Finding semantically similar content
3434
- Matching questions with answers
3535
- Image similarity search
@@ -45,4 +45,4 @@ The sparse vector approach uses the ELSER model to expand content with semantica
4545
- Domain-specific search
4646
- Large-scale deployments
4747

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

0 commit comments

Comments
 (0)