How can i apply CRUD operations in Semantic Kernel memory? #2143
Unanswered
simone-devoti
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
-
If you want to follow, I opened a feature request here #2237 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am writing a chatbot that can be trained with custom data.
I would like to give the user one page where he can add/delete/update or view all of the elements inside the Semantic Kernel memory
The available methods for ISemanticTextMemory are:
The missing methods in order to implement all crud operations in my opinion are:
I can implement the CRUD operations using another database and connect the two but it seems like to be unnecessary work
Any ideas on how to do CRUD operations?
Thanks for your time
Simone
Beta Was this translation helpful? Give feedback.
All reactions