DocsGPT
DocsGPT copied to clipboard
🚀 Feature: Add relevent question suggestion.
🔖 Feature description
Right now, our bot only answers the questions it's asked in the moment. But we can make it smarter. We can teach it to suggest related questions based on what's been asked before. If the user clicks on one of these suggestions, it becomes the user's new question, and the bot responds accordingly. This way, it can go both ways, making conversations more helpful.
🎤 Why is this feature needed ?
The question suggestions feature is incredibly beneficial for enhancing engagement between customers and the bot. Moreover, it empowers users to find their relevant questions from the bot response.
✌️ How do you aim to achieve this?
FrontEnd:
- Add the bot's query suggestions UI from the Figma file.
Backend: - Major work handled from the backend side. Add the suggestions callbacks for the previous query. - Add the socket stream callbacks for the suggested questions. - Various additional works
🔄️ Additional Information
Suggestion UI:
👀 Have you spent some time to check if this feature request has been raised before?
- [X] I checked and didn't find similar issue
Are you willing to submit PR?
Yes I am willing to submit a PR!
Hi @dartpain I want to work on this feature. Kindly, assign this feature to me.
Assigned, Thank you @staticGuru !
@dartpain is this still relevant? I see the UI has changed quite a bit.