| International Journal of Computer Applications |
| Foundation of Computer Science (FCS), NY, USA |
| Volume 187 - Number 101 |
| Year of Publication: 2026 |
| Authors: Vibhu Awasthi, Syed Wajahat Abbas Rizvi |
10.5120/ijca57c7de8fa5b7
|
Vibhu Awasthi, Syed Wajahat Abbas Rizvi . A Memory-Enhanced RAG Framework for Multimodal Document Processing and Context-Aware Conversational AI. International Journal of Computer Applications. 187, 101 ( May 2026), 6-10. DOI=10.5120/ijca57c7de8fa5b7
The project introduces an AI-based Retrieval-Augmented Generation (RAG) chatbot which is capable of answering questions intelligently by using various sources of da- ta that include documents uploaded and web links and still preserving the context continuity with the help of chat memory. It can process text in different formats, such as PDF, DOCX, TXT, images and URLs, extract text and process the documents into manageable chunks, and transform semantic embeddings with an embedding model. These embeddings are put into Qdrant vectors database, which renders relevant information to be retrieved with ease related to similarity.To become more conversational, the chatbot also introduces previous question-answer interactions as memory, which will allow it to remember and use the past conversation to get a better contextual comprehension. When a user makes a query, the sys- tem will fetch the most relevant content of the document and memory context and feed it to the Groq Large Language Model (LLM) that is going to produce accurate and coherent an- swers. This architecture has led to the continuity of learning, search capability of semantics and interaction that is context-based.Proposed system provides an efficient and scalable so- lution to knowledge-based conversational AI, by uniting vector databases with language models in modern and current form to provide meaningful, reliable, and intelligent answers to user queries in real-time.