Skip to content

Commit 03d5d26

Browse files
kosabogileemthompo
andauthored
Update solutions/search/vector/dense-vector.md
Co-authored-by: Liam Thompson <[email protected]>
1 parent 7c86f2f commit 03d5d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/search/vector/dense-vector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ BBQ retains the original vector’s dimensionality but transforms the datatype o
3939

4040
Measuring vector similarity with BBQ vectors requires much less computing effort, allowing more candidates to be considered when using the HNSW algorithm. This often results in better ranking quality and improved relevance compared to the original `float32` vectors.
4141

42-
### Vector search algorithms for BBQ [bbq-vector-search-algorithms]
42+
### Supported vector search algorithms [bbq-vector-search-algorithms]
4343

4444
BBQ currently supports two vector search algorithms, each suited to different scenarios. You can configure them by setting the dense vector field’s `index_type`.
4545

0 commit comments

Comments
 (0)