Short description Flowise is a visual drag and drop builder for LLM apps and agents. You assemble chains, agents, and RAG pipelines as boxes on a canvas. Purpose and how people use it People use Flowise to prototype chatbots, RAG assistants, and tool using agents quickly, then expose them as an API or an embed…
Tag: Private AI
03 n8n Quick Setup Guide
Short description n8n is a workflow automation platform with strong AI building blocks. You wire nodes together on a canvas to automate tasks and build agents. Purpose and how people use it People use n8n to connect apps and APIs and to build AI agents and pipelines without writing much code. Typical uses include automated…
02 Open WebUI Quick Setup Guide
Short description Open WebUI is a polished, locally hosted chat interface for your own models. It looks and feels like ChatGPT but runs entirely on your machine. Purpose and how people use it It is the front door to a local AI stack. People use it for everyday chat with local models, for document chat…
Part 0a: Setting Up Windows (WSL, Ubuntu, and Docker)
Who this is for This guide gets a Windows machine ready to run the rest of the stack. You will install WSL (a way to run real Linux inside Windows), the Ubuntu Linux system, and Docker Desktop. After this you can follow any tool guide in the series. You only do this once. Step 1:…