News

Today I'll be showing you how to build local AI agents using Python. We'll be using Ollama, LangChain, and something called ChromaDB; to act as our vector search database.
There are numerous ways to run large language models such as DeepSeek, Claude or Meta's Llama locally on your laptop, including Ollama and Modular's Max platform. But if you want to fully control the ...