modelscope / agentscope

Start building LLM-empowered multi-agent applications in an easier way.
https://doc.agentscope.io/
Apache License 2.0
5.32k stars 328 forks source link

Need some tutorials or examples to let dialog agent answer question based on knowledge base. #450

Open LotusPhilip opened 1 month ago

LotusPhilip commented 1 month ago

I'm working on the RAG multi-agent example. Now I have finished text embedding by importing external pdf files to the knowledge base. Then, I know that another dialog agent is required to get knowledge from the base and answer my question based on such knowledge.

I'm confused that how can I add a dialog agent to get the knowledge and answer my question.

DavdGao commented 1 month ago

@ZiTao-Li @FredericW Please check this issue.