Filter support has been implemented but currently without the possibility to disable filters. Instead, every filter needs to provide its own mechanism for disabling. The default values in the configuration class should be the disabled state. This doesn't need to be a checkbox, it could also, e.g., be an empty list of collections that are used for context with RAG. |