You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a large file is uploaded, segmented retrieval RAG is set by default (as seen in this issue here)
I want to disable RAG entirely when a user has a conversation with my pipeline. Currently, the only options are disabling globally, or manually clicking the attachment after uploading the file. The problem is that I don't need RAG for my pipeline since it wastes time while the file is being processed.
I have tried the following:
classPipeline:
def__init__(self):
self.file_handler=True# Does not work
Any advice would be appreciated.
The text was updated successfully, but these errors were encountered:
Description:
When a large file is uploaded, segmented retrieval RAG is set by default (as seen in this issue here)
I want to disable RAG entirely when a user has a conversation with my pipeline. Currently, the only options are disabling globally, or manually clicking the attachment after uploading the file. The problem is that I don't need RAG for my pipeline since it wastes time while the file is being processed.
I have tried the following:
Any advice would be appreciated.
The text was updated successfully, but these errors were encountered: