Skip to content

HiraokaHyperTools/sqlite-vec

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

HiraokaHyperTools.sqlite-vec

NuGet Version

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!.

Build error in case of using System.Data.Sqlite

...\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>

About

A vector search SQLite extension that runs anywhere!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 100.0%