File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
- using LLamaSharp . KernelMemory ;
1
+ using LLamaSharp . KernelMemory ;
2
2
using Microsoft . KernelMemory ;
3
3
using Microsoft . KernelMemory . Configuration ;
4
4
using System . Diagnostics ;
@@ -78,7 +78,6 @@ private static IKernelMemory CreateMemory(string modelPath)
78
78
TextPartitioningOptions parseOptions = new ( )
79
79
{
80
80
MaxTokensPerParagraph = 300 ,
81
- MaxTokensPerLine = 100 ,
82
81
OverlappingTokens = 30
83
82
} ;
84
83
Original file line number Diff line number Diff line change @@ -73,7 +73,6 @@ private static IKernelMemory CreateMemoryWithLocalStorage(string modelPath)
73
73
TextPartitioningOptions parseOptions = new ( )
74
74
{
75
75
MaxTokensPerParagraph = 300 ,
76
- MaxTokensPerLine = 100 ,
77
76
OverlappingTokens = 30
78
77
} ;
79
78
Original file line number Diff line number Diff line change 15
15
16
16
<ItemGroup >
17
17
<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" />
19
19
<PackageReference Include =" Microsoft.SemanticKernel" Version =" 1.29.0" />
20
20
<PackageReference Include =" Microsoft.SemanticKernel.Plugins.Memory" Version =" 1.6.2-alpha" />
21
21
<PackageReference Include =" NAudio" Version =" 2.2.1" />
You can’t perform that action at this time.
0 commit comments