Skip to content

Commit 4d48690

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ Generally, if you are using a quantized index, you should only preload the relev
9494

9595
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:
9696

97-
[source,console]
98-
----
97+
```console
9998
GET my_index/_stats?filter_path=indices.my_index.primaries.dense_vector
10099

101100
Example Response:

0 commit comments

Comments
 (0)