Info
| Version: | 25.12.63133 |
| Author(s): | Curiosity GmbH and original HSNW.Net authors |
| Last Update: | Tuesday, December 9, 2025 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/curiosity-ai/hnsw.net |
| NuGet Url: | https://www.nuget.org/packages/HNSW |
Install
Install-Package HNSW
dotnet add package HNSW
paket add HNSW
HNSW Download (Unzip the "nupkg" after downloading)
Dependencies
- MessagePack(>= 2.2.44)
- System.Memory(>= 4.5.4)
- System.Numerics.Vectors(>= 4.5.0)
Tags
Fork from original at https://github.com/microsoft/HNSW.Net, adds support for incremental build and MessagePack serialization.