Enet4/faiss-rs

Create implementation for HNSW index

Open

#96 opened on Jul 2, 2025

 (2 comments) (1 reaction) (0 assignees)Rust (50 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (252 stars)
PR merge metrics
 (PR metrics pending)

Description

Hi! Are there any plans to create an implementation for the HNSW index that can be safely searched over multiple threads?

Or maybe there is a way to use the standard index_factory function to create an index that allows concurrent search?

Contributor guide