Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce native Readers read flatValues directly from faiss file. #2267

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Spotless
Signed-off-by: luyuncheng <luyuncheng@bytedance.com>
  • Loading branch information
luyuncheng committed Nov 12, 2024
commit 576a5a3e6d61fb03b2ed8a9cdacf333cae1d5bd3
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import static org.opensearch.knn.index.engine.KNNEngine.FAISS;

/**
* There is 3 Index in one faiss file <-id-><-hnsw-><-Storage->
* There is 3 Index in one faiss file |id|hnsw|Storage|
* File Structure like followings:
* |-typeIDMap-||-id_header-|
* |-typeHnsw-||-hnsw_header-||-hnswGraph-|
Expand Down
Loading