daodao97 / chatdoc

Chat with your doc by openai
456 stars 105 forks source link

Select, Click feature #43

Closed hieudx149 closed 1 year ago

hieudx149 commented 1 year ago

Hi @daodao97, Your work is awesome. I've tried using another tool called ChatDoc, which is quite similar to your work. This tool has a select, click, and ask feature that allows users to select a segment in a PDF or DOC file and display it on the right side. I would like to implement this feature in my own tool, but I'm not sure how to do it. Could you please provide me with some advice or guidelines to help me? Thank you!

daodao97 commented 1 year ago

I cannot provide an exact answer to this question, but you can explore other people's implementations. There are plenty of source code examples available on GitHub that we can learn from, such as https://github.com/openai/openai-cookbook. By studying these examples, we can gain a lot of ideas and inspiration.