RAGGENIE: An open-source, low-code platform to build custom Retrieval-Augmented Generation (RAG) Copilets with your own data. Simplify AI development with ease!
The Raggenie preview section fails to inform users about the need to restart the chatbot after making changes to the plugin, bot configuration, and inference details. Instead of displaying a message regarding the deployment section for a restart, it directs users straight to the chat window, resulting in errors due to the bot not being reloaded.
Steps to Reproduce:
Add a plugin.
Add bot configuration.
Add inference details.
Navigate back to the preview page, which takes you to the chat window without restarting the bot.
Specific File Affected:
raggenie/ui/src/pages/Preview/ChatBox.jsx
Proposed Solution:
Check the status of the current configuration:
If the status is 1, it indicates that the bot has not been reloaded.
If the status is 2, it indicates that the bot has been reloaded.
Prompt the user to restart the chatbot from the preview section if the status is 1 and direct them to deployment section
The Raggenie preview section fails to inform users about the need to restart the chatbot after making changes to the plugin, bot configuration, and inference details. Instead of displaying a message regarding the deployment section for a restart, it directs users straight to the chat window, resulting in errors due to the bot not being reloaded.
Steps to Reproduce:
Specific File Affected:
raggenie/ui/src/pages/Preview/ChatBox.jsx
Proposed Solution:
1
, it indicates that the bot has not been reloaded.2
, it indicates that the bot has been reloaded.1
and direct them to deployment section