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 f60c1f1 commit c52e99aCopy full SHA for c52e99a
LLama.Examples/NewVersion/KernelMemory.cs
@@ -22,11 +22,11 @@ public static async Task Run()
22
{
23
MaxTokensPerParagraph = 300,
24
MaxTokensPerLine = 100,
25
- OverlappingTokens = 50
+ OverlappingTokens = 30
26
})
27
.BuildServerlessClient();
28
29
- await memory.ImportDocumentAsync(@"./Assets/sample-SK-Readme.pdf");
+ await memory.ImportDocumentAsync(@"./Assets/sample-SK-Readme.pdf", steps: Constants.PipelineWithoutSummary);
30
31
var question = "What's Semantic Kernel?";
32
0 commit comments