Browse Source

Update

tags/v0.5.1^2
Tim Miller 2 years ago
parent
commit
bea1ca9f8d
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      LLama.Examples/NewVersion/SemanticKernelMemory.cs

+ 2
- 0
LLama.Examples/NewVersion/SemanticKernelMemory.cs View File

@@ -97,6 +97,8 @@ namespace LLama.Examples.NewVersion
await SearchMemoryAsync(kernel, "Jupyter notebook");

await SearchMemoryAsync(kernel, "README: README associated with a sample chat summary react-based webapp");

await SearchMemoryAsync(kernel, "Jupyter notebook describing how to pass prompts from a file to a semantic skill or function");
}

private static async Task SearchMemoryAsync(IKernel kernel, string query)


Loading…
Cancel
Save