Skip to content

Commit 93ede74

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 ec8eecc commit 93ede74

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
@@ -47,6 +47,9 @@ good search performance.
4747
[discrete]
4848
include::search-speed.asciidoc[tag=warm-fs-cache]
4949

50+
The following file extensions are used for the approximate kNN search:
51+
"vec" (for vector values), "vex" (for HNSW graph), "vem" (for metadata).
52+
5053
[discrete]
5154
=== Reduce vector dimensionality
5255

0 commit comments

Comments
 (0)