Skip to content

Commit 63848b0

Browse files
Update deploy-manage/production-guidance/optimize-performance/approximate-knn-search.md
Co-authored-by: shainaraskas <[email protected]>
1 parent f7bfc84 commit 63848b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deploy-manage/production-guidance/optimize-performance/approximate-knn-search.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ The following file extensions are used for the approximate kNN search: Each exte
9292

9393
Generally, if you are using a quantized index, you should only preload the relevant quantized values and index structures such as the HNSW graph. Preloading the raw vectors is not necessary and might be counterproductive.
9494

95-
Additional detail can be gleened on the specific files by using the [stats endpoint](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-stats) which will display information about the index and fields for example for DiskBBQ you might see something like this:
95+
Additional detail can be gathered about the specific files by using the [stats endpoint](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-stats), which will display information about the index and fields.
96+
97+
For example, for DiskBBQ, you might see something like this:
9698

9799
```console
98100
GET my_index/_stats?filter_path=indices.my_index.primaries.dense_vector

0 commit comments

Comments
 (0)