Upload your notes, research papers, or textbooks and chat with them! Powered by Retrieval-Augmented Generation (RAG), this AI acts like a world-class tutor — giving detailed, real-world explanations for your questions.
Upload PDFs or documents (like textbooks, notes, or manuals).
The text is split into small chunks and converted into numerical embeddings using Sentence Transformers.
Chunks are stored in a FAISS vector database for efficient semantic search.
Ask natural language questions related to your uploaded material.
The system retrieves relevant chunks and uses the Groq LLM (gpt-oss-20b) to generate context-aware, step-by-step explanations.