Show HN: Vecdb – local-first hybrid vector database in Rust (HNSW and BM25)
Vecdb is a local-first hybrid vector database implemented in Rust, combining HNSW for vector search with BM25 for full-text search. It is designed for efficient retrieval and runs without external services, supporting both semantic and keyword-based queries in a single database engine.