Package hnsw
implements Hierarchical Navigable Small World graphs in Go. You
can read up about how they work here. In essence,
they allow for fast approximate nearest neighbor searches with high-dimensional
vector data.
They are well-suited for semantic search applications on OpenAI embeddings.
- Implement durable, file-system backend