Info
Version: | 24.9.52330 |
Author(s): | Curiosity GmbH and original HSNW.Net authors |
Last Update: | Tuesday, September 24, 2024 |
.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.