assafelovic / gpt-researcher

GPT based autonomous agent that does online comprehensive research on any given topic
https://gptr.dev
MIT License
12.98k stars 1.61k forks source link

The UI of GPT Researcher! #601

Closed Mitchell-xiyunfeng closed 1 week ago

Mitchell-xiyunfeng commented 2 weeks ago

GPT Researcher is a fantastic project. You guys did a great job!

Here, I would like to make a small suggestion.

Looking at the current Web UI, the box for inputting research queries and agent outputs is a bit narrow, micro-adjustments to make it wider would be better.

image

Looking forward to your reply.

Best regards,

assafelovic commented 2 weeks ago

Hey @Mitchell-xiyunfeng thanks for the feedback! How about opening a PR with ux improvements?

Mitchell-xiyunfeng commented 1 week ago

Hey @Mitchell-xiyunfeng thanks for the feedback! How about opening a PR with ux improvements? I am very sorry. I am not actually familiar with the framework and code used to implement the UI interface for this project, would you please address this.

ElishaKay commented 1 week ago

Not a bad point @Mitchell-xiyunfeng,

We're in the middle of a lean sprint towards a new UI

@assafelovic perhaps a multi-line input box for inputting the query might be more convenient? especially for longer queries that are really looking into researching specific areas & finer points of a topic

Mitchell-xiyunfeng commented 1 week ago

Not a bad point @Mitchell-xiyunfeng,

We're in the middle of a lean sprint towards a new UI

@assafelovic perhaps a multi-line input box for inputting the query might be more convenient? especially for longer queries that are really looking into researching specific areas & finer points of a topic

You guys are really awesome!

We are grateful for your efforts and work!

assafelovic commented 1 week ago

Hey thanks for the feedback @Mitchell-xiyunfeng ! Just updated UI so pull the latest: https://github.com/assafelovic/gpt-researcher/commit/7db6a737604b605416767bbbb0f855c7e63f1d6d

Mitchell-xiyunfeng commented 6 days ago

Hey thanks for the feedback @Mitchell-xiyunfeng ! Just updated UI so pull the latest: 7db6a73

Two important questions please:

  1. First important question: Will GPT Researcher deployed on the RepoCloud also be able to synchronize updates once these improvements are completed?
  2. The second important question: How does GPT Researcher deployed on the RepoCloud use local documents for knowledge QA? After making sure to add the DOC_PATH environment variable pointing to the documents folder.