Hello all, currently I want to investigate the use of multi-agents for my use case of invoice data extraction. I already have a standard rag pipeline set up. Just wondering if I can extend my application and make it agentic, and if yes, how can I do that?
I searched the internet but I can’t find much information about it. It’s all about training models and I don’t want those solutions.
"Agentic" just means adding decisions that the llm makes
What and where this happens is totally up to you. It could be something like using an llm to write queries and metadata filters for retrieval, and could be using an agent loop for multi-hop retrieval, etc.