I developed a saas software (https://www.chatpapers.ai), aim to improve reading experience, which has two main features: chat with pdfs & generate mind maps.
The question is: Most of my users are interested in mind map generation but not chat with pdfs, many of them type commands in the input area (which is designed to ask questions about the pdf) and try to generate a mind map according to their commands, but this feature has not been developed. How should I improve it?
I have 3 options:
1. Add intent detection to the chat module, support both mind map generation with commands & retrieve information from the pdf in a same input box, which may increase the latency and take wrong actions.
2. Remove the chat with pdf feature and turn the product to mind map generation, which mignt strange because the product name is chatpapers.
3. Design a new product to focus on mind map generation, and keep this product as it is.
Which could be better? Or any other suggestions?