Skip to content

Commit 0174aea

Browse files
[Docs] Relocate bbq.md from index-settigns (elastic#139441)
Move 'bbq.md' from 'index-settings' to 'mapping-reference' folder. Update 'toc.yml' to reflect the new file location. Add and correct link to 'bbq.md' in 'dense-vector.md' for consistency.
1 parent b5f114e commit 0174aea

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

docs/redirects.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
redirects:
2+
# Redirect for bbq.md move
3+
'reference/elasticsearch/index-settings/bbq.md': 'reference/elasticsearch/mapping-reference/bbq.md'
4+
25
# Related to https://github.com/elastic/elasticsearch/pull/130716/
36
'reference/query-languages/eql/eql-ex-threat-detection.md': 'docs-content://explore-analyze/query-filter/languages/example-detect-threats-with-eql.md'
47

File renamed without changes.

docs/reference/elasticsearch/mapping-reference/dense-vector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ The `dense_vector` type supports quantization to reduce the memory footprint req
192192

193193
* `int8` - Quantizes each dimension of the vector to 1-byte integers. This reduces the memory footprint by 75% (or 4x) at the cost of some accuracy.
194194
* `int4` - Quantizes each dimension of the vector to half-byte integers. This reduces the memory footprint by 87% (or 8x) at the cost of accuracy.
195-
* `bbq` - Better binary quantization which reduces each dimension to a single bit precision. This reduces the memory footprint by 96% (or 32x) at a larger cost of accuracy. Generally, oversampling during query time and reranking can help mitigate the accuracy loss.
195+
* `bbq` - [Better binary quantization](/reference/elasticsearch/mapping-reference/bbq.md) which reduces each dimension to a single bit precision. This reduces the memory footprint by 96% (or 32x) at a larger cost of accuracy. Generally, oversampling during query time and reranking can help mitigate the accuracy loss.
196196

197197
When using a quantized format, you may want to oversample and rescore the results to improve accuracy. See [oversampling and rescoring](docs-content://solutions/search/vector/knn.md#dense-vector-knn-search-rescoring) for more information.
198198

docs/reference/elasticsearch/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ toc:
3838
- file: index-settings/index.md
3939
children:
4040
- file: index-settings/serverless.md
41-
- file: index-settings/bbq.md
4241
- file: index-settings/index-modules.md
4342
- file: index-settings/shard-allocation.md
4443
children:
@@ -219,6 +218,7 @@ toc:
219218
- file: mapping-reference/mapping-store.md
220219
- file: mapping-reference/subobjects.md
221220
- file: mapping-reference/term-vector.md
221+
- file: mapping-reference/bbq.md
222222
- file: elasticsearch-audit-events.md
223223
- file: command-line-tools/index.md
224224
children:

0 commit comments

Comments
 (0)