[Feature]: Enhancement on storage of message history
comoser opened this issue · 0 comments
comoser commented
Note: for support questions, please use our email. This repository's issues are reserved for feature requests and bug reports.
-
I'm submitting a ...
- bug report
- feature request
- support request => Please do not submit support request here, contact us directly at contact@xgeeks.io
-
What is the motivation / use case for changing the behavior?
Currently, when sending a message to the chat, we are not only consulting the AI service to get a response, but also storing the question/answer pair in the DB in a synchronous
manner.
We need to improve this behaviour and make the storage in the DB async
through a queue.