RETRIEVAL
Document research chatbot
I built a document research assistant that lets users ask questions about uploaded files and trace answers back to the source.
My contribution
I implemented the full application for an INFO 533 team project: a Streamlit chat interface, document parsing and chunking, Sentence Transformers embeddings, FAISS indexing, and retrieval with LangChain and Ollama. I also added image processing with a local vision model and Tesseract OCR.
The output
Answers with retrieved document, page, and chunk references. The application uses local Llama models and prompts designed to ground responses in uploaded content.