A Retrieval-Augmented Generation (RAG) application built using Streamlit and LangChain.
- Upload PDF, DOCX and TXT documents
- Semantic search using FAISS
- Question Answering with Groq Llama 3.3
- Source document retrieval
- Confidence score generation
- Python
- Streamlit
- LangChain
- HuggingFace Embeddings
- FAISS
- Groq LLM
pip install -r requirements.txt
streamlit run main.py