We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2a4d8f commit e9d65efCopy full SHA for e9d65ef
1 file changed
docs/ROADMAP.md
@@ -11,6 +11,7 @@ Offering **agent-oriented programming (AOP)** as a new programming model to orga
11
1. Refine and improve the documentation for easier understanding.
12
2. Support tools API.
13
3. Refactor the current AgentScope studio, including Dashboard and Workstation.
14
+4. Improve the current RAG module.
15
16
## Task
17
@@ -53,3 +54,8 @@ Offering **agent-oriented programming (AOP)** as a new programming model to orga
53
54
- Support displaying token usage.
55
- Support displaying real-time memory of agents.
56
57
+4. RAG
58
+
59
+ - 🚧 Provide a set of query rewrite strategies for retrieval.
60
+ - 📝 Support online search engine (Google/Bing search) based RAG.
61
+ - 📝 Support multi-RAG agent routing efficiently.
0 commit comments