File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 5
5
using System . Threading . Tasks ;
6
6
using LLamaSharp . KernelMemory ;
7
7
using Microsoft . KernelMemory ;
8
+ using Microsoft . KernelMemory . Configuration ;
8
9
using Microsoft . KernelMemory . Handlers ;
9
10
10
11
namespace LLama . Examples . Examples
Original file line number Diff line number Diff line change 15
15
16
16
<ItemGroup >
17
17
<PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 8.0.0" />
18
- <PackageReference Include =" Microsoft.KernelMemory.Core" Version =" 0.24.231228.5 " />
19
- <PackageReference Include =" Microsoft.SemanticKernel" Version =" 1.0.1 " />
20
- <PackageReference Include =" Microsoft.SemanticKernel.Plugins.Memory" Version =" 1.0.1 -alpha" />
18
+ <PackageReference Include =" Microsoft.KernelMemory.Core" Version =" 0.26.240121.1 " />
19
+ <PackageReference Include =" Microsoft.SemanticKernel" Version =" 1.1.0 " />
20
+ <PackageReference Include =" Microsoft.SemanticKernel.Plugins.Memory" Version =" 1.1.0 -alpha" />
21
21
<PackageReference Include =" Spectre.Console" Version =" 0.48.0" />
22
22
</ItemGroup >
23
23
Original file line number Diff line number Diff line change 27
27
</PropertyGroup >
28
28
29
29
<ItemGroup >
30
- <PackageReference Include =" Microsoft.KernelMemory.Abstractions" Version =" 0.24.231228.5 " />
30
+ <PackageReference Include =" Microsoft.KernelMemory.Abstractions" Version =" 0.26.240104.1 " />
31
31
</ItemGroup >
32
32
33
33
<ItemGroup >
Original file line number Diff line number Diff line change 34
34
</PropertyGroup >
35
35
36
36
<ItemGroup >
37
- <PackageReference Include =" Microsoft.SemanticKernel.Abstractions" Version =" 1.0.1 " />
37
+ <PackageReference Include =" Microsoft.SemanticKernel.Abstractions" Version =" 1.1.0 " />
38
38
</ItemGroup >
39
39
40
40
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
You can’t perform that action at this time.
0 commit comments