Skip to content

Commit

Permalink
Merge pull request #8 from joslat/joslat-fix-wrong-kernel-memory-used
Browse files Browse the repository at this point in the history
fix wrong ikernelmemory used
  • Loading branch information
kbeaugrand authored Jan 12, 2025
2 parents 76359a1 + 97d450f commit e0dbb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ await memory
.WithStructRagSearchClient()
.Build();

answer = await memory.AskAsync(question);
answer = await structRagMemory.AskAsync(question);
Console.WriteLine("StructRAG Memory Answer");
Console.WriteLine(answer.Result);

Expand Down

0 comments on commit e0dbb9b

Please sign in to comment.