Refactor to use the native VECTOR type

This commit is contained in:
Marco Minerva
2024-09-30 17:08:28 +02:00
parent 1ef2076ba6
commit 3e95251485
7 changed files with 129 additions and 126 deletions
@@ -8,10 +8,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EFCore.SqlServer.VectorSearch" Version="0.1.1" />
<PackageReference Include="EntityFrameworkCore.Exceptions.SqlServer" Version="8.1.3" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.8" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" />
<PackageReference Include="Microsoft.SemanticKernel" Version="1.21.1" />
<PackageReference Include="MinimalHelpers.OpenApi" Version="2.0.15" />
<PackageReference Include="PdfPig" Version="0.1.8" />