Introduction In this tutorial, we will build an advanced AI-powered news agent that can search the web for the latest […]
Category: Tutorials
A Step-by-Step Tutorial on Robustly Validating and Structuring User, Product, and Order Data with Pydantic in Python
In many modern Python applications, especially those that handle incoming data (e.g., JSON payloads from an API), ensuring that the […]
Building an AI Research Agent for Essay Writing
In this tutorial, we will build an advanced AI-powered research agent that can write essays on given topics. This agent […]
Tutorial to Fine-Tuning Mistral 7B with QLoRA Using Axolotl for Efficient LLM Training
In this tutorial, we demonstrate the workflow for fine-tuning Mistral 7B using QLoRA with Axolotl, showing how to manage limited […]
Fine-Tuning of Llama-2 7B Chat for Python Code Generation: Using QLoRA, SFTTrainer, and Gradient Checkpointing on the Alpaca-14k Dataset
In this tutorial, we demonstrate how to efficiently fine-tune the Llama-2 7B Chat model for Python code generation using advanced […]
Creating an AI Agent-Based System with LangGraph: Putting a Human in the Loop
In our previous tutorial, we built an AI agent capable of answering queries by surfing the web and added persistence […]
Fine-Tuning Llama 3.2 3B Instruct for Python Code: A Comprehensive Guide with Unsloth
In this tutorial, we’ll walk through how to set up and perform fine-tuning on the Llama 3.2 3B Instruct model […]
Creating a Medical Question-Answering Chatbot Using Open-Source BioMistral LLM, LangChain, Chroma’s Vector Storage, and RAG: A Step-by-Step Guide
In this tutorial, we’ll build a powerful, PDF-based question-answering chatbot tailored for medical or health-related content. We’ll leveRAGe the open-source […]
Creating an AI Agent-Based System with LangGraph: Adding Persistence and Streaming (Step by Step Guide)
In our previous tutorial, we built an AI agent capable of answering queries by surfing the web. However, when building […]
Creating an AI-Powered Tutor Using Vector Database and Groq for Retrieval-Augmented Generation (RAG): Step by Step Guide
Currently, three trending topics in the implementation of AI are LLMs, RAG, and Databases. These enable us to create systems […]
