From e9d65ef0acb873088912fd83b0f63b7327948a2b Mon Sep 17 00:00:00 2001 From: DavdGao Date: Thu, 12 Dec 2024 14:24:42 +0800 Subject: [PATCH] Add RAG related info --- docs/ROADMAP.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 2a24c56b1..79e2f445f 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -11,6 +11,7 @@ Offering **agent-oriented programming (AOP)** as a new programming model to orga 1. Refine and improve the documentation for easier understanding. 2. Support tools API. 3. Refactor the current AgentScope studio, including Dashboard and Workstation. +4. Improve the current RAG module. ## Task @@ -53,3 +54,8 @@ Offering **agent-oriented programming (AOP)** as a new programming model to orga - Support displaying token usage. - Support displaying real-time memory of agents. +4. RAG + + - 🚧 Provide a set of query rewrite strategies for retrieval. + - 📝 Support online search engine (Google/Bing search) based RAG. + - 📝 Support multi-RAG agent routing efficiently.