Skip to content

Commit b4d0db8

Browse files
authored
Merge pull request #1115 from SciSharp/dependabot/nuget/multi-777729038a
Bump Microsoft.Extensions.Logging.Console and Microsoft.KernelMemory.Core
2 parents c847215 + e492988 commit b4d0db8

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

LLama.Examples/Examples/KernelMemory.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using LLamaSharp.KernelMemory;
1+
using LLamaSharp.KernelMemory;
22
using Microsoft.KernelMemory;
33
using Microsoft.KernelMemory.Configuration;
44
using System.Diagnostics;
@@ -78,7 +78,6 @@ private static IKernelMemory CreateMemory(string modelPath)
7878
TextPartitioningOptions parseOptions = new()
7979
{
8080
MaxTokensPerParagraph = 300,
81-
MaxTokensPerLine = 100,
8281
OverlappingTokens = 30
8382
};
8483

LLama.Examples/Examples/KernelMemorySaveAndLoad.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ private static IKernelMemory CreateMemoryWithLocalStorage(string modelPath)
7373
TextPartitioningOptions parseOptions = new()
7474
{
7575
MaxTokensPerParagraph = 300,
76-
MaxTokensPerLine = 100,
7776
OverlappingTokens = 30
7877
};
7978

LLama.Examples/LLama.Examples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<ItemGroup>
1717
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.1" />
18-
<PackageReference Include="Microsoft.KernelMemory.Core" Version="0.96.250120.1" />
18+
<PackageReference Include="Microsoft.KernelMemory.Core" Version="0.97.250211.1" />
1919
<PackageReference Include="Microsoft.SemanticKernel" Version="1.29.0" />
2020
<PackageReference Include="Microsoft.SemanticKernel.Plugins.Memory" Version="1.6.2-alpha" />
2121
<PackageReference Include="NAudio" Version="2.2.1" />

0 commit comments

Comments
 (0)