Quick Reference
Fast access to commands, patterns, and solutions.
Tools at a Glance
| Tool | Primary Use | Skill Level | Install |
|---|---|---|---|
| Claude Code | AI-assisted coding | Developer | npm i -g @anthropic-ai/claude-code |
| FlowiseAI | No-code AI agents | Beginner | npx flowise start |
| n8n | Workflow automation | Intermediate | npx n8n |
| VectorShift | No-code AI apps | Beginner | Web-based |
| LangChain | AI app framework | Developer | pip install langchain |
| Ollama | Local LLMs | Any | Download from ollama.ai |
Common Patterns
RAG Chatbot (Retrieval Augmented Generation)
Document Loader → Text Splitter → Embeddings → Vector Store → Retriever → LLMAI Agent Architecture
LLM + Tools + Memory + Prompt TemplateWorkflow Automation
Trigger → Process → AI → Action → OutputJump to Section
- Commands Cheat Sheet - All essential commands
- Troubleshooting - Common issues and fixes