numack

AI Chatbot (LangChain + Chroma)

AI Chatbot (LangChain + Chroma)

This project was a self-directed experiment in building my own AI assistant using LangChain and Chroma. The bot wasn’t meant to be flashy — just a way to learn the internals of context storage, embeddings, and conversational flows.

It worked as a personal chatbot, trained on my own content, and gave me firsthand experience setting up retrieval and memory in AI systems. The project showed me how to move beyond “just chatting with GPT” and into building actual agents that could carry context and respond more intelligently.

Stack: LangChain, Chroma, Node.js

Notes: Even though it was “just a chatbot,” it proved to me that I can spin up real AI projects from scratch and tailor them to my needs.