- Developed a Retrieval-Augmented Generation (RAG) chatbot using LangChain and Hugging Face Transformers
to answer questions about a certain anime character.
- Utilized Mistral-7B, a state-of-the-art LLM, with 4-bit quantization for efficient inference on limited hardware.
- Implemented web scraping with to extract data from a web page, processed it into chunks, and indexed it
in a vector DB for retrieval.