From e36a1183600fec535b923ed328c855ff80fca186 Mon Sep 17 00:00:00 2001 From: xbotter Date: Mon, 30 Oct 2023 19:11:27 +0800 Subject: [PATCH] fix name --- LLama.Examples/NewVersion/KernelMemory.cs | 2 +- LLama.Examples/NewVersion/TestRunner.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LLama.Examples/NewVersion/KernelMemory.cs b/LLama.Examples/NewVersion/KernelMemory.cs index c647d716..27eb9ca2 100644 --- a/LLama.Examples/NewVersion/KernelMemory.cs +++ b/LLama.Examples/NewVersion/KernelMemory.cs @@ -26,7 +26,7 @@ namespace LLama.Examples.NewVersion }) .BuildServerlessClient(); - await memory.ImportDocumentAsync(@"./Asserts/sample-SK-Readme.pdf"); + await memory.ImportDocumentAsync(@"./Assets/sample-SK-Readme.pdf"); var question = "What's Semantic Kernel?"; diff --git a/LLama.Examples/NewVersion/TestRunner.cs b/LLama.Examples/NewVersion/TestRunner.cs index f03841b4..79e2643f 100644 --- a/LLama.Examples/NewVersion/TestRunner.cs +++ b/LLama.Examples/NewVersion/TestRunner.cs @@ -22,7 +22,7 @@ Console.WriteLine("12: Semantic Kernel Chat."); Console.WriteLine("13: Semantic Kernel Memory."); Console.WriteLine("14: Coding Assistant."); - Console.WriteLine("15: Semantic Memory."); + Console.WriteLine("15: SK Kernel Memory."); while (true) {