Skip to content

Commit

Permalink
Add file extensions for vector search for preload (elastic#96955)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mayya-sharipova committed Jul 4, 2023
1 parent 81b5fa9 commit 02341fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/reference/how-to/knn-search.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ good search performance.
[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

Expand Down

0 comments on commit 02341fe

Please sign in to comment.