From 52e46071800e2497b106c56624e13b9545063f39 Mon Sep 17 00:00:00 2001 From: Martin Evans Date: Sun, 12 May 2024 17:28:28 +0100 Subject: [PATCH] Updated semantic kernel and kernel memory projects --- LLama.KernelMemory/LLamaSharp.KernelMemory.csproj | 4 ++-- LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LLama.KernelMemory/LLamaSharp.KernelMemory.csproj b/LLama.KernelMemory/LLamaSharp.KernelMemory.csproj index 7f272e0f7..b2eb0945f 100644 --- a/LLama.KernelMemory/LLamaSharp.KernelMemory.csproj +++ b/LLama.KernelMemory/LLamaSharp.KernelMemory.csproj @@ -4,7 +4,7 @@ net6.0;net7.0;net8.0 enable enable - 0.11.2 + 0.12.0 Xbotter SciSharp STACK true @@ -17,7 +17,7 @@ The integration of LLamaSharp and Microsoft kernel-memory. It could make it easy to support document search for LLamaSharp model inference. - v0.11.2 followed the updating of LLamaSharp. + v0.12.0 released with v0.12.0 of LLamaSharp. MIT packages diff --git a/LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj b/LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj index c11a27c05..e46cb249f 100644 --- a/LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj +++ b/LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj @@ -10,7 +10,7 @@ enable enable - 0.11.2 + 0.12.0 Tim Miller, Xbotter SciSharp STACK true @@ -23,7 +23,7 @@ The integration of LLamaSharp and Microsoft semantic-kernel. - v0.11.2 followed the updating of LLamaSharp. + v0.12.0 released with v0.12.0 of LLamaSharp. MIT packages