RAG-based Personal Chatbot
Now you can chat with me (link) without me being online! This was a hobby project to create a personal chatbot using Retrieval-Augmented Generation (RAG) techniques. A collection of Markdown files about me are chunked and embedded into a vector database using Chonkie and Chroma, respectively. Combining this with the Llama-3.1 8B Instruct
language model using the Hugging Face inference API, I built...