Open Issues Need Help
View All on GitHub Libraries • Language Bindings
Create implementation for HNSW index 2 months ago
AI Summary: Implement a multi-threaded, safe HNSW index for the Faiss-rs Rust bindings. This involves either extending the existing `index_factory` function to support HNSW with concurrent search or creating a new function specifically for this purpose, ensuring thread safety.
Complexity:
4/5
enhancement help wanted