Articles tagged "ollama"
13 min readIntermediate
Building a Local LLM Machine in 2026: Complete Hardware Guide
Complete 2026 guide to building a PC for running local LLMs. GPU VRAM requirements, RAM, storage, three full build examples from $800 to $6000, and Ollama/llama.cpp setup.
8 min readBeginner
Embeddings Explained: What They Are and How to Use Them with Python and Ollama (2026)
Learn what embeddings are and how to use them with Python and Ollama for free. Generate embeddings with nomic-embed-text, compute cosine similarity, build semantic search, and store in pgvector.
6 min readBeginner
Ollama on Linux: Run Local LLMs, Manage Models and Use the API (2026)
Complete Ollama guide for Linux: install, run LLMs locally, manage models, use the REST API, Python integration, and GPU acceleration with NVIDIA or AMD.
6 min readIntermediate
Ollama + Open WebUI on Linux: Run a Local ChatGPT Server (2026)
Set up Ollama and Open WebUI on Linux for a free self-hosted ChatGPT alternative. Run llama3.2, mistral, and qwen2.5 locally with GPU support and nginx reverse proxy.