We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee3a33 commit e492988Copy full SHA for e492988
LLama.Examples/Examples/KernelMemory.cs
@@ -1,4 +1,4 @@
1
-using LLamaSharp.KernelMemory;
+using LLamaSharp.KernelMemory;
2
using Microsoft.KernelMemory;
3
using Microsoft.KernelMemory.Configuration;
4
using System.Diagnostics;
@@ -78,7 +78,6 @@ private static IKernelMemory CreateMemory(string modelPath)
78
TextPartitioningOptions parseOptions = new()
79
{
80
MaxTokensPerParagraph = 300,
81
- MaxTokensPerLine = 100,
82
OverlappingTokens = 30
83
};
84
LLama.Examples/Examples/KernelMemorySaveAndLoad.cs
@@ -73,7 +73,6 @@ private static IKernelMemory CreateMemoryWithLocalStorage(string modelPath)
73
74
75
76
77
0 commit comments