
Master retrieval augmented generation fundamentals and build ai agents. Run models locally and connect them to APIs using open-source tools, with contextual retrieval and prompt caching.
Learn quick start with RAG by using Google's Notebook LM to upload up to 50 sources, link PDFs and videos, and create mind maps, interactive podcasts, and explore prompt engineering.
Learn the basics of LMS, vector databases, embeddings, chunks, and top-k results, plus API basics, ChatGPT fundamentals, and building your own GPT with practical tools.
Explore how large language models work from pre-training to reinforcement learning, compare open-source and closed-source options like Llama and ChatGPT, and cover tokens, token limits, and DirectX retrieval augmented generation.
Learn how large language models use function calling to talk to tools via APIs, vector databases, and embeddings, enabling browsing, calculations, a Python interpreter, and image or video generation.
Learn retrieval augmented generation by using embedding models and vector databases to store and search documents, manage chunking and top-k results, and enable in-context retrieval with LLMs.
Learn the basics of ChatGPT and the OpenAI playground, covering GPT-5, test time compute, instant thinking options, templates, the agent builder, and audio and images via the OpenAI agent SDK.
Master ChatGPT basics: interface, models, settings, and GPTs, plus the OpenAI Playground. Explore canvas, vision, web search, deep research, and custom GPTs to build apps with APIs.
Explore test time compute, a thinking-through approach that lets models like chatgpt generate chain-of-thought for math, code, and science questions, balancing accuracy with cost and speed.
Learn to build your first rag app hands-on in ChatGPT, prep data from pdfs, html, and csv, and train GPTs on your writing style to generate leads.
Transform static html pages into a rag chatbot by scraping a single url to markdown and crawling links to build an llm-trained knowledge base.
Train ChatGPT to mimic your writing style using retrieval-augmented generation, by uploading sample texts, building a vector database, and guiding posts across blogs and social media.
Prepare data from PDFs by converting to markdown and storing essential information in a vector database; craft a short system prompt for efficient ChatGPT use with open-source, private workflows.
Learn to build a local rack application with Ollama and Anything LLM, configure chunking and model setup, and explore local agent skills like web search and charts.
Install anything locally, connect it to ollama, and run RAC apps with AI agents using the anything LM interface and Lans db locally.
Learn to set chunk size and chunk overlap for embeddings to optimize document embedding in a vector database, balancing accuracy, token limits, and pricing.
Explore practical agent capabilities in anything LM, including memory, document summarization, web search, scraping, chart generation, and MCPs, with flexible prompts and local workflow tools.
Configure Ollama locally by selecting VRAM‑matched models with tool calling, and manage them via GitHub commands. Build a local rec app using chunking, prompts, and a vector database.
Discover the OpenAI playground to build rag apps with text-to-speech, audio models, vector stores, and the response api, paying only for output tokens.
Install node.js to run flowwise locally and test llm apps. Explore hosting options from flowwise free plan to self-hosted deployments on AWS, Render, or Docker.
Resolve local node and flow wise installation issues by managing node versions with nvm for Windows, downgrading to compatible 18–20 releases and switching versions as needed.
Install flow wise locally with node.js and the command prompt, then use npm to install and start flow wise, launching the local server on port 3000 and update as needed.
Explore the flow wise interface, learn to navigate chat flows, agent flows, marketplace, tools, credentials, and document stores. Build agents from scratch using nodes, vector stores, and custom tools.
Build a RAG chatflow that scrapes web content, creates embeddings, and queries an in-memory vector store with LangChain's conversational retrieval QA chain, HTML splitter, and Brave Search API document loader.
Export and import a jet flow as json to share and reuse workflows, load a downloaded flow into a new canvas, and customize or export your own for distribution.
Explore the Flowise tool-agent to enable a dual agent that connects any API and LLM, using Open Router, Claude, and Compose IO with memory and diverse tools.
Learn to build a tool agent with RAG by integrating Pinecone as a vector store, embeddings, and a retriever to upsert and query document chunks across Postgres or Supabase.
Learn how to create a Pinecone vector database, troubleshoot embedding options, and apply a practical workaround to create an index with text embeddings and custom configurations.
Install Node.js locally, manage versions with npm, and set up n8n to automate node-to-node data flows. Create workflows with Google Drive inputs, Pinecone storage, and web scraping legally.
Install and run n8n locally by setting up node.js, managing versions with nvm, and exploring self-hosting with Docker and cloud options; try free for two weeks.
Master node version management with nvm to fix n8n installation errors, ensuring admin rights on your local machine and selecting compatible node versions using nvm list, install, and use.
Discover n8n basics by building workflows with triggers and actions, exploring nodes, models, and chat-based ai agents, and wiring data through json inputs, memory, and tools.
Explore building ai powered workflows in n8n with the cloud add-on update, templates, and data tables, to create a knowledge assistant using API keys and a vector database.
Build a rag bot for lead generation with n8n, Pinecone and Google Sheets, using Google Drive triggers to upsert data into Pinecone and capture leads.
Convert a website into a rag chatbot by scraping pages with HTTP requests, converting HTML to markdown, and indexing in pinecone with OpenAI embeddings, while honoring robots.txt and sitemaps.
Wrap up the n8n section by using addons, triggers, and actions to build a rack application that inserts data from Google Drive, and review legal web scraping and workflows.
Learn to self-host and deploy RAG-Agents across devices, build rack applications, and explore selling them, with Replit, WordPress embeds, and branding.
Host flow wise apps on render to deploy cloud chat flows from a forked GitHub repo, configure environment variables and persistent disk, and choose a free or starter plan.
Build a rag chatbot for a client using Flowwise tool agent, document stores, and pinecone embeddings; train it with medical data and a German system prompt.
embed a chatbot into a wordpress site by using the vp code plugin and an html snippet with the chatbot script placed in the footer for all devices.
Explore advanced flow settings for a LangChain / LangGraph app in Flowise, including view messages, feedback, leads capture, rate limits, starter prompts, speech-to-text, and Google Sheets integration.
Explore practical self-hosting of n8n using render, hostinger, and other options; compare free trials, pricing, and docker setups, with persistent disks and remote triggers.
Build and publish a standalone n8n rag lead bot as a hosted web app with a public URL and optional authentication. Share or embed the chat for client access.
Learn to integrate Nadan chatbots into web pages via embed chat, WordPress plugin, and CSS branding, with testing on Replit and step-by-step customization of code and styles.
Learn to sell rag agents by identifying the right customers, prototyping tailored chatbots, and delivering live demonstrations with return on investment calculations, offers, guarantees, and smart pricing.
Explore hosting and self-hosting RAG agents with render or flowwise, test for free, and deploy branded chatbots—embed in WordPress, collect leads, and even sell standalone apps.
Learn how the model context protocol (MCP) standardizes LLM access to APIs via a USB-C style host-client-server model, enabling easier function calling and dynamic self discovery.
Connect ChatGPT with n8n via webhook to trigger AI agent workflows, using Google Sheets, Calendar, Gmail tools, and production testing to automate leads, emails, and data flows.
Explore cache augmented generation (CAG) and its contrast with retrieval-augmented generation (RAG), weighing fast latency and simple design against accuracy limits and volatile, short-lived caches in production.
GraphRAG uses knowledge graphs to connect entities across vector chunks for more accurate, context-aware results; increase top_k or chunk size for cheaper prices and more relevant outputs.
LightRAG provides a fast, cost-effective alternative to GraphRAG with cheaper API calls and training, offering a Python installation for quick setup and comparable information retrieval.
Learn contextual retrieval, a chunking strategy from Anthropic that improves RAG accuracy by contextualizing chunks, using embeddings, a vector database, prompt caching, and fast free models like Grok and Gemini.
Choose the right rag strategy based on data size and accuracy, starting with standard rag in a vector database, then consider contextual retrieval, cag, or graph rag and light rag.
Master the model context protocol (mcb), a function calling–style bridge linking an lm to APIs and their functions. Explore prompts, webhooks, prompt caching, and contextual retrieval for efficient cross-app workflows.
Explore best practices and risks in building AI agent apps, including OpenAI API keys, data privacy, jailbreaking, prompt injections, copyright, costs, and European regulatory considerations.
Understand the privacy risks of using Telegram as a trigger in n8n and learn to secure workflows with an if node that restricts access by chat ID and username.
Examine jailbreaking LLMs and AI agents via prompts, including many-shot and zero-shot attacks, base64 and hashing tricks, and image prompts with noise patterns, with cross-model examples and safety implications.
Examine data poisoning and backdoor attacks on LLMs across pre-training, instruction training, and fine-tuning, and discuss data security, privacy, and function calling with tools like Midjourney, Dall-E, and Adobe Firefly.
Navigate copyrights and intellectual property for AI-generated data with agents, including OpenAI safeguards, llama licenses, and rules for training data usage, selling, and distributing outputs.
Explore the EU AI Act and GDPR compliance for chatbots, including risk-based classifications, data privacy, transparency, consent, and EU data residency with OpenAI to ensure responsible, compliant AI apps.
Understand the trade-offs between API-based and local LLMs, balancing costs with reliability, while applying data privacy, copyright, security, and compliance practices in building RAG apps.
Explore how this course guides you to build rack applications and RAG workflows with vector databases, prompt engineering, and multi-agent frameworks.
One of the most important concepts in the AI world is "RAG" / Retrieval-Augmented Generation.
You need to give LLMs knowledge!
But how do you build powerful RAG chatbots and intelligent AI agents to optimize your business processes and personal projects?
In this course, you’ll learn exactly that—comprehensively and clearly explained—using ChatGPT, Claude, Google Gemini, open‑source LLMs, Flowise, n8n, and more!
Fundamentals: LLMs, RAG & Vector Databases
Build a solid foundation for your AI projects:
Deepen your knowledge of LLMs: ChatGPT, Claude, Gemini, Deepseek, Llama, Mistral, and many more.
Understand how Function Calling and API communication work in LLMs.
Learn why vector databases and embedding models are the heart of RAG.
Master the ChatGPT interface, GPT models, settings, and the OpenAI Playground.
Explore key concepts like Test‑Time Compute (e.g. OpenAI o1, o3; Deepseek R1).
Discover how Google’s NotebookLM works and leverage it effectively for RAG projects.
Simple RAG Implementations with ChatGPT & Custom GPTs
Get your first AI applications up and running quickly and easily:
Create your very first RAG bot from PDFs using Custom GPTs.
Turn HTML web pages and YouTube videos into interactive RAG chatbots.
Train ChatGPT on your personal writing style via RAG.
Use CSV data to build smart chatbots and explore the full potential of Custom GPTs.
RAG with Open‑Source LLMs: AnythingLLM & Ollama
Dive into the world of local AI:
Install and use Ollama: learn about models, commands, and hardware requirements.
Integrate AnythingLLM effectively with Ollama—optimize chunking and embeddings.
Build local RAG chatbots and precisely control language and behavior with system prompts and temperature settings.
Leverage agent capabilities like web search, scraping, and more.
Flowise: RAG with LangChain & LangGraph Made Easy
Harness the power of the OpenAI API for professional applications:
Master the OpenAI API, pricing models, GDPR compliance, and project setup.
Build efficient RAG applications via the OpenAI Playground and response APIs.
Install Flowise, manage updates, and become proficient with its interface—including the Marketplace and OpenAI Assistant.
Create comprehensive RAG chatflows with web scraping, embeddings, HTML splitters, and vector databases.
Develop your own chatbot UI and handle Flowise’s technical details.
Implement local AI security with Ollama & LangChain and use Flowise’s tool‑agent nodes (e.g. email, calendar, Airtable).
Combine Pinecone vector databases with Supabase and Postgres.
Master prompt engineering and sequential agents with human‑in‑the‑loop workflows.
n8n: Building AI Automations & RAG Agents
Use n8n as a powerful automation platform for your AI projects:
Learn local installation, updates, and n8n basics.
Automate Pinecone database updates via Google Drive.
Develop RAG chatbots with AI‑agent nodes, vector databases, and supplementary tools.
Create automated chatbots from websites using HTML requests and scraping.
Hosting, Selling & Monetizing Your RAG Agents
Take your AI projects to market professionally:
Host Flowise and n8n apps on platforms like Render and embed them in websites (HTML, WordPress).
Design branded, professional chatbots and offer them as services or standalone products.
Develop effective marketing and sales strategies for your AI agents.
Advanced Workflows & Specialized RAG Techniques
Adopt professional, cutting‑edge technologies:
Learn advanced techniques like webhooks, MCPs with Claude, GPT Actions, and n8n integration.
Understand the Model Context Protocol (MCP) and build both MCP servers and clients in n8n and Claude Desktop.
Explore innovative RAG strategies such as Cache‑Augmented Generation (CAG), GraphRAG (Microsoft), LightRAG, and Anthropic’s Contextual Retrieval.
Optimize chunking, embedding, and Top‑K retrieval for your RAG apps.
Choose the right strategy for your projects and maximize your RAG outcomes.
Security, Privacy & Legal Foundations
Protect your AI projects effectively:
Recognize security risks (Telegram exploits, jailbreaks, prompt injections, data poisoning).
Secure your AI against attacks and respect copyrights in generated content.
Deepen your understanding of GDPR and the upcoming EU AI Act to ensure legal compliance.
Become an expert in AI automations, AI agents & RAG!
By the end of this course, you will be fully equipped to build, optimize, and successfully market RAG chatbots, AI agents, and automations.