Watch the embedded video at the top of this post for a live demo and explanation! (coming soon) 1. Introduction Hey there! In this guide, we’re going to walk through a Google Colab notebook that uses the CustomGPT RAG API […]
Watch the embedded video at the top of this post for a live demo and explanation! (coming soon) 1. Introduction Hey there! In this guide, we’re going to walk through a Google Colab notebook that uses the CustomGPT RAG API […]
If you’d like to keep track of how your CustomGPT project is performing—like how many pages are being crawled and indexed—this guide is for you! Below, you’ll learn how to create a CustomGPT project, then retrieve its stats (think page […]
Have you ever wanted to know where your chatbot’s answers are coming from? With CustomGPTs RAG API, you can not only build chatbots (called agents here) but also track the exact source of the answers — thanks to citations. This […]
In this guide, you’ll learn how to retrieve citation details from a conversation message using the CustomGPT RAG API. We’ll walk through setting up an agent with a sitemap, starting a conversation, sending a message, and finally extracting citation information […]
In this guide, you’ll learn how to completely delete a project from CustomGPT.ai using our RAG API. Whether you need to remove outdated projects or clean up test data, this guide walks you through every step—from creating a project to […]
Welcome to this hands-on guide where we’ll walk through the process of creating your very own custom chatbot (conversational agent) by simply uploading a file! In this post, you’ll learn how to obtain your CustomGPT’s RAG API key, set up […]
In this guide, you will learn how to build a custom chatbot (agent) from a sitemap using the CustomGPT’s RAG API. We will walk through the process—from setting up your environment and creating a new agent to verifying its active […]
In this guide, you’ll learn how to create a new conversation and send multiple messages using the CustomGPT’s RAG API. We’ll walk through each step—from generating an agent and conversation to sending both streaming and non-streaming requests—while highlighting best practices […]
In this tutorial, you’ll learn how to add a sitemap to an existing project on CustomGPT.ai using our CustomGPT’s RAG API. We’ll cover setting up your environment in Google Colab, and then updating the project. Follow along with the code […]
In this tutorial, you’ll learn how to remove an outdated or unwanted page from your agent on CustomGPT.ai using our CustomGPT’s RAG API. This guide will show you each step—from creating an agent to finding and deleting a specific page—so […]