From 81f45acaffa6424054d668ae6f11c45757b50eab Mon Sep 17 00:00:00 2001 From: assafelovic Date: Mon, 13 Nov 2023 10:58:43 +0200 Subject: [PATCH] modified and added more pages to gpt reasearcher --- docs/docs/faq.md | 2 +- docs/docs/gpt-researcher/introduction.md | 2 +- docs/docs/gpt-researcher/roadmap.md | 9 +++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 docs/docs/gpt-researcher/roadmap.md diff --git a/docs/docs/faq.md b/docs/docs/faq.md index b4edbcee3..6db7b08ac 100644 --- a/docs/docs/faq.md +++ b/docs/docs/faq.md @@ -4,7 +4,7 @@ It really depends on what you're aiming for. If you're looking to connect your AI application to the internet with our tailored API, check out the [Tavily API](/docs/tavily-api/introduction) documentation. -If you're looking to build and deploy our open source autonomous research agent GPT Researcher, please see [GPT Researcher documentation](/docs/gpt-researcher/introduction). +If you're looking to build and deploy our open source autonomous research agent GPT Researcher, please see [GPT Researcher](/docs/gpt-researcher/introduction) documentation. You can also check out demos and examples for inspiration [here](/docs/examples/examples). ### What is GPT Researcher? GPT Researcher is a popular open source autonomous research agent that takes care of the tedious task of research for you, by scraping, filtering and aggregating over 20+ web sources per a single research task. diff --git a/docs/docs/gpt-researcher/introduction.md b/docs/docs/gpt-researcher/introduction.md index 2cc1a0196..0826fe304 100644 --- a/docs/docs/gpt-researcher/introduction.md +++ b/docs/docs/gpt-researcher/introduction.md @@ -44,7 +44,7 @@ https://github.com/assafelovic/gpt-researcher/assets/13554167/a00c89a6-a295-4dd0 - 📄 Export research reports to PDF and more... -## 🛡 Disclaimer +## Disclaimer This project, GPT Researcher, is an experimental application and is provided "as-is" without any warranty, express or implied. We are sharing codes for academic purposes under the MIT license. Nothing herein is academic advice, and NOT a recommendation to use in academic or research papers. diff --git a/docs/docs/gpt-researcher/roadmap.md b/docs/docs/gpt-researcher/roadmap.md new file mode 100644 index 000000000..cdb69fc16 --- /dev/null +++ b/docs/docs/gpt-researcher/roadmap.md @@ -0,0 +1,9 @@ +# Roadmap + +We're constantly working on additional features and improvements to our products and services. We're also working on new products and services to help you build better AI applications using GPT Researcher. + +Our vision is to build the #1 autonomous research agent for AI developers and researchers, and we're excited to have you join us on this journey! + +The roadmap is prioritized based on the following goals: Performance, Quality, Modularity and Conversational flexibility. The roadmap is public and can be found [here](https://trello.com/b/3O7KBePw/gpt-researcher-roadmap). + +Interested in collaborating or contributing? Check out our [contributing page](/docs/contribute) for more information. \ No newline at end of file