diff --git a/README.md b/README.md index caae219..189c478 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,10 @@ operations like downloading or deleting multiple files. ## Future Enhancements - **Single sign on**: - Implement OAuth2 for single sign-on. +- **Prevent file naming conflicts**: + - If the user wants to upload the same file again the output will overwrite the previous data. + - It is better to allow different versions of the same file(s) to exist. + - We could implement a UUID approach and make sure to map correctly to the file name. - **Video Transcription**: - Extend the app to support video files when and if whisper AI will support video files. - Extract audio from video files and transcribe the audio content.