Suggestion: Detect and Handle Duplicate Imports (Exact Matches) #7319
admdanielspalma
started this conversation in
Feature Requests & Suggestions
Replies: 0 comments
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.
-
When importing conversations from ChatGPT (OpenAI export JSON), it's common to test or import the same file more than once... especially when migrating or backing up.
However, LibreChat currently imports all data again, resulting in exactly duplicated chats — same title, same messages, same timestamps.
Problem
Suggested Solution
Add an option during import like:
✅ Skip exact duplicates (based on title, timestamp, or conversation hash)
Also, to have a "Find and remove duplicates" tool.
This could:
Benefits
Thanks again for the great work!
Beta Was this translation helpful? Give feedback.
All reactions