You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Academic Study Assistant is built with FastAPI and uses a RAG (Retrieval-Augmented Generation) pipeline. It can: Process PDFs by extracting and chunking text for semantic retrieval. Perform web searches via Google Serper API. Return context snippets with metadata (title + link) for precise answers.