Add Distributed Tracing to a RAG API with OpenTelemetry
What You Will Build In the previous tutorial, we added structured logging and Prometheus monitoring to our production RAG API. […]
Step-by-step data engineering tutorials and analytics guides. Learn how to build real data pipelines, work with Python and SQL, and understand modern data systems.
What You Will Build In the previous tutorial, we added structured logging and Prometheus monitoring to our production RAG API. […]
What You Will Build In this tutorial, you will add logging and monitoring to a RAG API built with FastAPI.
What You Will Build In this tutorial, you will learn how to add authentication and rate limiting to a RAG
What You Will Build In this tutorial, you will learn how to dockerize a RAG assistant with FastAPI and package
What You Will Build In this tutorial, you will learn how to deploy a RAG assistant with FastAPI and expose
What You Will Build In this tutorial, you will learn how to evaluate a RAG system in Python using a
What You Will Build In this tutorial, you will build reranking for RAG in Python to improve the quality of
What You Will Build In this tutorial, you will build hybrid search for RAG in Python by combining BM25 keyword
What You Will Build In this tutorial, you will build metadata filtering for RAG in Python to improve document retrieval
What You Will Build In this tutorial, you will add conversation memory to your AI assistant in Python. Instead of