From a2370b28fbbf9d0f55264f2d5310da455d0c81a0 Mon Sep 17 00:00:00 2001
From: Sebulba46 <egor.shobanov@gmail.com>
Date: Sat, 8 Mar 2025 13:16:15 +0300
Subject: [PATCH] Update tutorials.md

Add document RAG tutorial
---
 docs/pipelines/tutorials.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/pipelines/tutorials.md b/docs/pipelines/tutorials.md
index b6d6e05..b935953 100644
--- a/docs/pipelines/tutorials.md
+++ b/docs/pipelines/tutorials.md
@@ -23,3 +23,7 @@ with us, as we'd love to feature it here!
 [Demo and Code Review for Text-To-SQL with Open-WebUI](https://www.youtube.com/watch?v=iLVyEgxGbg4) (YouTube video by Jordan Nanos)
 
 - A hands-on demonstration and code review on utilizing text-to-sql tools powered by the Open WebUI.
+
+[Deploying custom Document RAG pipeline with Open-WebUI](https://github.com/Sebulba46/document-RAG-pipeline)
+
+- Step by step guide to deploy Open-WebUI and pipelines containers and creating your own document RAG with local LLM API.