Multimodal RAG Agent (Vision + OCR + LLM)
This model serves as a complete AI Agent utilizing a RAG workflow:
- Input: An image containing text.
- Retrieval: OCR is used to pull text from the image (Document AI).
- Augmented Generation: The extracted text is fed as context into an LLM to answer specific user queries (RAG & NLP).
To use this, simply load the model and run the Vision + OCR pipeline to get structured data.