-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Feat: use filepath for files with the same name for all data source types #11819
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: use filepath for files with the same name for all data source types #11819
Conversation
|
@Jonah879 Hello, I’ve tested the Confluence connector. The new method works quite well when there are no attachments. However, when a page includes attachments, Ragflow is unable to retrieve all the files correctly, and the generated attachment filenames are also incorrect. Can you make some test and fix it? |
|
@Magicbook1108 Would you like to take a second look at it? The retrieval, naming and sync should work properly now. |
|
@Jonah879 |
|
@Magicbook1108 Thanks for the feedback. The notion connector should be fixed as well. |
|
@Jonah879 Well done, all passed. Thanks ! |


What problem does this PR solve?
When there are multiple files with the same name the file would just duplicate, making it hard to distinguish between the different files. Now if there are multiple files with the same name, they will be named after their folder path in the storage unit.
This was done for the webdav connector and with this PR also for Notion, Confluence and S3 Storage.
Type of change
Contribution by RAGcon GmbH, visit us here