[GH-ISSUE #11214] feat: Embedding parameters for "file attachments" & "files in a collection" should be individual settings #31675

Closed
opened 2026-04-25 05:34:37 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @McNickSistoPro on GitHub (Mar 5, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11214

Check Existing Issues

  • I have searched the existing issues and discussions.

Problem Description

So far with the new addition of Bypass Embedding and Retrieval, we can select whether our files are embedded or not. However, this global variable affects both documents in "collections" as well as those attached during a conversation.

Desired Solution you'd like

The ideal solution would be to have two different parameter settings. One of file attachments and one for files in a collection. This would provide the RAG benefits of working with a large corpus of files in a collection, while also benefitting from full context information of the file shared in the conversation. Usually, users put more importance on the files shared rather than the files in the collection. You don't want to lose the full context of the document "attached" because it has been ragged.

Alternatives Considered

None

Additional Context

None

Originally created by @McNickSistoPro on GitHub (Mar 5, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/11214 ### Check Existing Issues - [x] I have searched the existing issues and discussions. ### Problem Description So far with the new addition of **Bypass Embedding and Retrieval**, we can select whether our files are embedded or not. However, this global variable affects both documents in "collections" as well as those attached during a conversation. ### Desired Solution you'd like The ideal solution would be to have two different parameter settings. One of file attachments and one for files in a collection. This would provide the RAG benefits of working with a large corpus of files in a collection, while also benefitting from full context information of the file shared in the conversation. Usually, users put more importance on the files shared rather than the files in the collection. You don't want to lose the full context of the document "attached" because it has been ragged. ### Alternatives Considered None ### Additional Context None
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#31675