Skip to content

Commit b366935

Browse files
Add file extensions for vector search for preload (#96955)
In this tuning guide we mentioned preload to warm up the filesystem cache, but we did not provide file extensions used in vector search. This adds these extensions.
1 parent 0a45b13 commit b366935

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/reference/how-to/knn-search.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ of datasets and configurations that we use for our nightly benchmarks.
5151
[discrete]
5252
include::search-speed.asciidoc[tag=warm-fs-cache]
5353

54+
The following file extensions are used for the approximate kNN search:
55+
"vec" (for vector values), "vex" (for HNSW graph), "vem" (for metadata).
56+
5457
[discrete]
5558
=== Reduce vector dimensionality
5659

0 commit comments

Comments
 (0)