#67·pathway

Allow setting query transformers in the BaseRAGQA

Author: berkecanrizaiCreated Jul 22, 2024Updated May 28, 2026
Labelsenhancementgood first issue

There are already set of prompts such as `prompt_query_rewrite` and `prompt_query_rewrite_hyde`, allow setting the query transformation behaviour in the `BaseRAGQA` initialization. It can default to `None` to skip it.