Back to Projects
AI / LLM / Agents
Scheme-Research-Application
A Streamlit-based app that helps users explore Indian government schemes using LangChain, FAISS, and OpenAI.
RAGLangChainFAISSPython
The Problem
Retrieving specific information from large government or organizational schemes is difficult.
The Solution
Built a RAG application that allows users to query documents about various schemes using natural language.
Key Features
•Semantic document search
•Accurate QA
•Source citation
•Fast retrieval with FAISS
Impact
Improved information accessibility
90% retrieval accuracy
Learnings
Advanced knowledge in vector stores and retrieval strategies.