kernel-memory icon indicating copy to clipboard operation
kernel-memory copied to clipboard

[Question] How to implement Short Term Memory

Open roldengarm opened this issue 1 year ago • 3 comments

Context / Scenario

We are building a chat bot and would like to use Kernel Memory to allow users to ask questions. How can we implement a short term memory / chat context? The docs list this as a feature (Short Term Memory (partially implemented/work in progress), but I can't find any documentation about how to use it. Semantic Kernel has some documentation about it.

We're using the Kernel Memory Webclient from our chat bot.

Question

How can I add a context / short term memory when using the Kernel Memory Webclient package and the AskAsync method to ask questions?

roldengarm avatar Jan 26 '24 23:01 roldengarm