This is a Agentic RAG web app. This indexes the PDF text and images using a vector database (FIASS), only via backend. Then, it allows users to query the knowledge base using natural language. The application uses OpenAI's GPT model to process the queries and return relevant information from the knowledge base, using an agentic approach to retrieve and generate responses.
- Clone the repository:
git clone https://github.com/pratham-jaiswal/agentic-rag.git. - Navigate to the project directory:
cd agentic-rag. - Check the
README.mdfile in backend and frontend directories for specific instructions on how to set up the backend and frontend.
This project is licensed under the MIT License.
If this project was useful to you in any way, such as for a school or college project, learning, personal use, or anything else, please consider supporting my work.
You can make a one-time, non-subscription donation by buying a post from my Patreon collection.
Your support helps me keep creating and sharing open-source projects like this. Thank you! ๐



