Implementing hierarchical navigable small world method to do vector search using numpy
notebooks/ provide notebooks of constructing HNSW vector search from scratch in numpy
backend/ is basically backend service to run server side vector search, and
frontend/ stores index.html that you can open to access the backend services