Open RostyslavManko opened 7 months ago
What do you think of instead creating a switch, detect that during the standalone question creation the situations we don't want the RAG and automatically disable it?
It sounds like a wonderful idea, but in my mind, the actual implementation is not really possible. I don't know how to not search when a user, for example, wants to write code, only by asking AI itself, but I don't really know how it will work. What do you have in mind? @fkesheh
Description
We are using RAG to enhance user searches, but in some cases, users may not need or want the RAG functionality, such as when coding or performing other tasks. To accommodate user preferences, we need to provide an option to disable the RAG by adding a switch with the text "Enhance Search" next to it. When users hover over the "Enhance Search" text, we should provide an explanation of what the Enhance Search feature is. On larger screens, the Enhance Search switch should be placed next to the plugins select bar. For mobile screens, we need to find an alternative placement due to space limitations.
Objective
Our goal is to implement a user-friendly option to enable or disable the RAG Enhance Search feature, providing users with more control over their search experience.
Actions and Considerations (ACC)
Design and Implement Enhance Search Switch:
Add Hover Explanation:
Update RAG Functionality:
Testing and Quality Assurance:
Expected Outcomes