Skip to content

Commit c52e99a

Browse files
committed
update example
1 parent f60c1f1 commit c52e99a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LLama.Examples/NewVersion/KernelMemory.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ public static async Task Run()
2222
{
2323
MaxTokensPerParagraph = 300,
2424
MaxTokensPerLine = 100,
25-
OverlappingTokens = 50
25+
OverlappingTokens = 30
2626
})
2727
.BuildServerlessClient();
2828

29-
await memory.ImportDocumentAsync(@"./Assets/sample-SK-Readme.pdf");
29+
await memory.ImportDocumentAsync(@"./Assets/sample-SK-Readme.pdf", steps: Constants.PipelineWithoutSummary);
3030

3131
var question = "What's Semantic Kernel?";
3232

0 commit comments

Comments
 (0)