Skip to content

Commit 1253cad

Browse files
authored
.Net: Upgrade SqliteVec and PgVector (#12604)
### Description Upgrade SqliteVec and PgVector ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [SK Contribution Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
1 parent 44d54d4 commit 1253cad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotnet/Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
<PackageVersion Include="Docker.DotNet" Version="3.125.15" />
152152
<!-- Plugins -->
153153
<PackageVersion Include="DocumentFormat.OpenXml" Version="3.3.0" />
154-
<PackageVersion Include="Microsoft.Data.Sqlite" Version="9.0.4" />
154+
<PackageVersion Include="Microsoft.Data.Sqlite" Version="9.0.6" />
155155
<PackageVersion Include="DuckDB.NET.Data.Full" Version="1.2.0" />
156156
<PackageVersion Include="DuckDB.NET.Data" Version="1.1.3" />
157157
<PackageVersion Include="MongoDB.Driver" Version="2.30.0" />
@@ -166,7 +166,7 @@
166166
<PackageVersion Include="Fluid.Core" Version="2.24.0" />
167167
<!-- Memory stores -->
168168
<PackageVersion Include="Microsoft.Azure.Cosmos" Version="3.52.0" />
169-
<PackageVersion Include="Pgvector" Version="0.3.1" />
169+
<PackageVersion Include="Pgvector" Version="0.3.2" />
170170
<PackageVersion Include="sqlite-vec" Version="0.1.7-alpha.2.1" />
171171
<PackageVersion Include="NRedisStack" Version="1.0.0" />
172172
<PackageVersion Include="Milvus.Client" Version="2.3.0-preview.1" />

0 commit comments

Comments
 (0)