Skip to content

Commit

Permalink
Remove embedding for now
Browse files Browse the repository at this point in the history
  • Loading branch information
drasticactions committed Aug 31, 2023
1 parent 98bfbe1 commit a81edac
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 250 deletions.
1 change: 0 additions & 1 deletion LLama.Examples/LLama.Examples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
<PackageReference Include="Microsoft.SemanticKernel" Version="0.21.230828.2-preview" />
</ItemGroup>

Expand Down
184 changes: 0 additions & 184 deletions LLama.Examples/NewVersion/SemanticKernelMemorySkill.cs

This file was deleted.

5 changes: 0 additions & 5 deletions LLama.Examples/NewVersion/TestRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public static async Task Run()
Console.WriteLine("10: Constrain response to json format using grammar.");
Console.WriteLine("11: Semantic Kernel Prompt.");
Console.WriteLine("12: Semantic Kernel Chat.");
Console.WriteLine("13: Semantic Kernel Memory Skill.");

while (true)
{
Expand Down Expand Up @@ -79,10 +78,6 @@ public static async Task Run()
{
await SemanticKernelChat.Run();
}
else if (choice == 13)
{
await SemanticKernelMemorySkill.Run();
}
else
{
Console.WriteLine("Cannot parse your choice. Please select again.");
Expand Down
40 changes: 0 additions & 40 deletions LLama.Examples/RepoUtils.cs

This file was deleted.

This file was deleted.

0 comments on commit a81edac

Please sign in to comment.