KernelMemory.MemoryStorage.SqlServer
0.0.1-alpha
See the version list below for details.
dotnet add package KernelMemory.MemoryStorage.SqlServer --version 0.0.1-alpha
NuGet\Install-Package KernelMemory.MemoryStorage.SqlServer -Version 0.0.1-alpha
<PackageReference Include="KernelMemory.MemoryStorage.SqlServer" Version="0.0.1-alpha" />
paket add KernelMemory.MemoryStorage.SqlServer --version 0.0.1-alpha
#r "nuget: KernelMemory.MemoryStorage.SqlServer, 0.0.1-alpha"
// Install KernelMemory.MemoryStorage.SqlServer as a Cake Addin #addin nuget:?package=KernelMemory.MemoryStorage.SqlServer&version=0.0.1-alpha&prerelease // Install KernelMemory.MemoryStorage.SqlServer as a Cake Tool #tool nuget:?package=KernelMemory.MemoryStorage.SqlServer&version=0.0.1-alpha&prerelease
SQL Server memory for Kernel Memory
This is a connector for the Kernel Memory.
It provides a connection to a SQL database for the Kernel Memory.
About Kernel Memory
Kernel Memory (KM) is a multi-modal AI Service specialized in the efficient indexing of datasets through custom continuous data hybrid pipelines, with support for Retrieval Augmented Generation (RAG), synthetic memory, prompt engineering, and custom semantic memory processing.
Installation
dotnet add package KernelMemory.MemoryStorage.SqlServer
Usage
To add your SQL Server memory connector, add the following statements to your kernel memory initialization code:
using SemanticKernel.Connectors.Memory.SqlServer;
...
var memory = new KernelMemoryBuilder()
.WithOpenAIDefaults(Env.Var("OPENAI_API_KEY"))
.WithSqlServerMemoryDb("YouSqlConnectionString")
...
.Build<MemoryServerless>();
The memory store will populate all the needed tables during startup and let you focus on the development of your plugin.
License
This project is licensed under the MIT License.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.Data.SqlClient (>= 5.1.2)
- Microsoft.KernelMemory.Abstractions (>= 0.26.240104.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
1.6.3 | 1,701 | 3/24/2024 | |
1.3.3 | 969 | 3/3/2024 | |
1.3.2 | 141 | 3/3/2024 | |
1.3.1 | 802 | 2/6/2024 | |
1.3.0 | 223 | 2/1/2024 | |
1.2.0-preview2 | 118 | 1/31/2024 | |
1.2.0-preview1 | 100 | 1/31/2024 | |
1.1.4 | 186 | 1/22/2024 | |
1.1.3 | 301 | 1/21/2024 | |
1.1.2 | 140 | 1/19/2024 | |
1.1.1 | 119 | 1/18/2024 | |
1.1.0 | 129 | 1/18/2024 | |
1.0.3 | 516 | 1/10/2024 | |
1.0.2 | 131 | 1/9/2024 | |
1.0.1 | 178 | 1/8/2024 | |
0.0.1-alpha | 135 | 1/8/2024 |