My daily journey into building AI applications using LangChain and Groq.
A simple RAG (Retrieval-Augmented Generation) system that answers questions about my background using local data.
- LangChain & LangChain-Groq
- Vector DB: ChromaDB
- Embeddings: HuggingFace & Sentence-Transformers
- Processing: Torch, Transformers, PyPDF
An automated pipeline that reads a PDF (PyPDFLoader), splits it into chunks, and stores it in a Chroma vector database (ChromaDB) for retrieval.

