From a2370b28fbbf9d0f55264f2d5310da455d0c81a0 Mon Sep 17 00:00:00 2001 From: Sebulba46 Date: Sat, 8 Mar 2025 13:16:15 +0300 Subject: [PATCH 1/2] 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. From 471d6d5c8b0b2fa78cb469488838e249e9a059ca Mon Sep 17 00:00:00 2001 From: Sebulba46 Date: Sat, 8 Mar 2025 13:33:47 +0300 Subject: [PATCH 2/2] Update tutorials.md --- docs/pipelines/tutorials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pipelines/tutorials.md b/docs/pipelines/tutorials.md index b935953..7144eb7 100644 --- a/docs/pipelines/tutorials.md +++ b/docs/pipelines/tutorials.md @@ -24,6 +24,6 @@ with us, as we'd love to feature it here! - 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) +[Deploying custom Document RAG pipeline with Open-WebUI](https://github.com/Sebulba46/document-RAG-pipeline) (GitHub guide by Sebulba46) - Step by step guide to deploy Open-WebUI and pipelines containers and creating your own document RAG with local LLM API.