I would like to use Kernel Memory to build a chatbot for RAG, is it possible to configure Kernel Memory to store the chat history? #962
Unanswered
chingcuimn
asked this question in
1. Q&A
Replies: 1 comment 2 replies
-
Can you take a look at https://github.com/marcominerva/KernelMemoryService. In this project, I'm using a |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have created a asp.net project using Kernel Memory to import PDF documents and store the vectors in a file storage. When creating a chatbot to query the data from these PDF documents, I found out the chat is not storing the history. Is there a way that we can do that using kernel memory? The reason I don't want to go to the semantic kernel plugin route is the memory plugin is not working well for ollama (LLAMA LLM). Can someone help?
Beta Was this translation helpful? Give feedback.
All reactions