Skip to content

Disable automatic RAG for a particular pipeline #481

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

Open
savvaki opened this issue Mar 28, 2025 · 1 comment
Open

Disable automatic RAG for a particular pipeline #481

savvaki opened this issue Mar 28, 2025 · 1 comment

Comments

@savvaki
Copy link

savvaki commented Mar 28, 2025

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:

class Pipeline:
    def __init__(self):
        self.file_handler = True # Does not work

Any advice would be appreciated.

@RAPHCVR
Copy link

RAPHCVR commented Apr 30, 2025

This could be a very interesting feature, any news ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants