Retention period for chats #4067
erickrf
started this conversation in
Feature Requests & Suggestions
Replies: 3 comments
-
I also need such a feature, perhaps there is a workaround, e.g. purging mongodb records ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This could easily be a script that just deletes records in mongo older than X days. |
Beta Was this translation helpful? Give feedback.
0 replies
-
See here : |
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
Uh oh!
There was an error while loading. Please reload this page.
-
We are considering deploying LibreChat in my company, and for compliance reasons, we will most likely have to limit the retention period of chats stored in the mongo database.
So, basically, we would like to delete any chat history older than a certain time frame.
As far as I can tell, there is no such feature available. I suppose we could come up with some cronjob to perform this cleanup, but having this functionality integrated in the system would be helpful to other corporate users.
Beta Was this translation helpful? Give feedback.
All reactions