Browse Source

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.
Mayya Sharipova 2 years ago
parent
commit
b366935df8
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/reference/how-to/knn-search.asciidoc

+ 3 - 0
docs/reference/how-to/knn-search.asciidoc

@@ -51,6 +51,9 @@ of datasets and configurations that we use for our nightly benchmarks.
 [discrete]
 include::search-speed.asciidoc[tag=warm-fs-cache]
 
+The following file extensions are used for the approximate kNN search:
+"vec" (for vector values), "vex" (for HNSW graph), "vem" (for metadata).
+
 [discrete]
 === Reduce vector dimensionality