At this fork and this branch, I aim to publish the latest binaries NuGet package, for my convenience, using releases from asg017/sqlite-vec: A vector search SQLite extension that runs anywhere!.
...\Vector.cs(31,44): error CS0246: The type or namespace name 'SqliteConnection' could not be found (are you missing a using directive or an assembly reference?)
As a workaround, exclude the embedded source code Vector.cs from the compiler:
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<Compile Remove="$(NuGetPackageRoot)hiraokahypertools.sqlite-vec\**\*.cs" />
</ItemGroup>
</Project>