Feature request (roadman): RAG
RAG infra support similar to Assistants API tools.
We've used LangChain before, now using Assistants API tools, but are very keen to try multi-agent-orchestrator. But the key for us is RAG infra. Are there any plans/roadmap to have it as part of the lib?
sorry for adding bug label
Could you explain what you mean by 'RAG infra support' specifically? For example BedrockLLMAgent does support RAG by using retriever parameter. Details about retrievers https://awslabs.github.io/multi-agent-orchestrator/retrievers/overview/
The framework itself does not create any resource, no RAG or anything else, but is handling the orchestration with the resources you are creating.
Closing the issue due to inactivity from the owner.