DSDarsh Shahinfreecodecamp.org·1d ago · 12 min readHow to Build a RAG Q&A AI Agent for Your Documents Using LangChain v1In this tutorial, I'll show you how to build a private local RAG-powered Q&A AI agent for your personal documents using LangChain v1, Ollama, Qwen, and Python. The agent reads your documents and answe32LS
DSDarsh Shahinfreecodecamp.org·Jun 26 · 10 min readHow to Build a Personal Web Research AI Agent with Ollama and QwenIn this tutorial, I’ll show you how to build an AI web research agent using Ollama, Qwen, and Python. The agent searches the web for a topic, fetches relevant pages, and uses a local LLM to generate a00