From d857a1c83278af0b0c2220710bfd94b82c776f15 Mon Sep 17 00:00:00 2001 From: Andreas Klos Date: Wed, 16 Jul 2025 08:36:38 +0200 Subject: [PATCH] docs: update README to reflect repository deprecation and migration details --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d9a9e38..666be4e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,20 @@ -# RAG Core library +# 🚨 REPOSITORY DEPRECATED 🚨 + +## ⚠️ This repository is no longer maintained ⚠️ + +### 📢 Important Notice + +**As of July 15, 2025, the contents of this library have been migrated to a new monorepo structure to simplify development, improve code reuse, and streamline CI/CD workflows.** + +### 🔄 Migration Information + +- **New Repository**: Development continues in the [`stackitcloud/rag-template`](https://github.com/stackitcloud/rag-template) repository +- **Action Required**: All future updates, issues, and pull requests should be directed there +- **Status**: This repo is preserved for historical reference only + +--- + +# RAG Core Library This repository contains the core of the STACKIT RAG template. It provides comprehensive document extraction capabilities including support for files (PDF, DOCX, XML), web sources via sitemaps, and Confluence pages.