Turn your static text files into a dynamic, conversational knowledge base. This project leverages the power of Retrieval-Augmented Generation (RAG) and Google's Gemini API to let you ask questions and get intelligent, context-aware answers directly from your own documents.
In a world filled with information, our most valuable data is often locked away in static files—research papers, meeting notes, and project documentation. Finding specific information requires tedious manual searches. This RAG-Powered Query Resolver is a powerful yet easy-to-use Python application that allows you to simply talk to your documents.
By combining a robust retrieval system with the advanced generative capabilities of the Google Gemini API, this tool creates a personalized query engine. It doesn't search the web; it searches your world, providing answers grounded in the content you provide.
.txt
files to the data/
folder. The application automatically processes them to build its understanding.This project uses a Retrieval-Augmented Generation (RAG) pipeline to provide accurate, context-aware answers.
.txt
files in your data/
directory. It splits the content into manageable chunks and creates a searchable vector index—a smart map of your information.Use this repository to get started:
"https://github.com/akanupam/RAG-based-Query-Resolver"