|
3 | 3 |
|
4 | 4 | # RAG Template |
5 | 5 |
|
| 6 | +<p align="center"> |
| 7 | + <a href="https://github.com/stackitcloud/rag-template/blob/1d95afe0aab477600e225d939c1e0606b24bac69/LICENSE"> |
| 8 | + <img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg" alt="Apache 2.0 License"> |
| 9 | + <a href="https://github.com/stackitcloud/rag-template/graphs/commit-activity" target="_blank"> |
| 10 | + <img alt="Commits last month" src="https://img.shields.io/github/commit-activity/m/stackitcloud/rag-template?labelColor=%20%2332b583&color=%20%2312b76a"> |
| 11 | + </a> |
| 12 | + <a href="https://github.com/stackitcloud/rag-template-lib/" target="_blank"> |
| 13 | + <img alt="Issues closed" src="https://img.shields.io/github/issues-search?query=repo%3Astackitcloud%2Frag-template%20is%3Aclosed&label=issues%20closed&labelColor=%20%237d89b0&color=%20%235d6b98"> |
| 14 | + </a> |
| 15 | + <a href="https://github.com/stackitcloud/rag-template/discussions/" target="_blank"> |
| 16 | + <img alt="Discussion posts" src="https://img.shields.io/github/discussions/stackitcloud/rag-template?labelColor=%20%239b8afb&color=%20%237a5af8"> |
| 17 | + </a> |
| 18 | + <a href="https://pypi.org/project/rag-core-api/"> |
| 19 | + <img src="https://img.shields.io/pypi/dm/rag-core-api?logo=python&logoColor=white&label=pypi%20rag-core-api&color=blue" alt="rag-core-api Python package on PyPi"> |
| 20 | + </a> |
| 21 | + <a href="https://pypi.org/project/rag-core-lib/"> |
| 22 | + <img src="https://img.shields.io/pypi/dm/rag-core-lib?logo=python&logoColor=white&label=pypi%20rag-core-lib&color=blue" alt="rag-core-lib Python package on PyPi"> |
| 23 | + </a> |
| 24 | + <a href="https://pypi.org/project/admin-api-lib/"> |
| 25 | + <img src="https://img.shields.io/pypi/dm/admin-api-lib?logo=python&logoColor=white&label=pypi%20admin-api-lib&color=blue" alt="admin-api-lib Python package on PyPi"> |
| 26 | + </a> |
| 27 | + <a href="https://pypi.org/project/extractor-api-lib/"> |
| 28 | + <img src="https://img.shields.io/pypi/dm/extractor-api-lib?logo=python&logoColor=white&label=pypi%20extractor-api-lib&color=blue" alt="extractor-api-lib Python package on PyPi"> |
| 29 | + </a> |
| 30 | + <a href="https://deepwiki.com/stackitcloud/rag-template"> |
| 31 | + <img alt="Ask DeepWiki" src="https://deepwiki.com/badge.svg"> |
| 32 | + </a> |
| 33 | + <a href="https://github.com/stackitcloud/rag-template/blob/main/infrastructure"> |
| 34 | + <img alt="Kubernetes ready 🚀" |
| 35 | + src="https://img.shields.io/badge/Kubernetes-ready%20🚀-brightgreen?style=flat&logo=kubernetes&logoColor=white&labelColor=326CE5" |
| 36 | + height="20" style="vertical-align:top"> |
| 37 | + </a> |
| 38 | + <a href="https://github.com/stackitcloud/rag-template/tree/main/infrastructure"> |
| 39 | + <img |
| 40 | + alt="STACKIT ready" |
| 41 | + height="20" |
| 42 | + style="vertical-align:top" |
| 43 | + src="https://img.shields.io/badge/STACKIT-ready-brightgreen?style=flat&labelColor=004E5A&logo=data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSI2NCIgaGVpZ2h0PSI0Ny4xMjMzNjkzNjI2NTM3NSIgdmlld0JveD0iMCAwIDUzNi42IDM5NS4xIj4KICA8IS0tIEdlbmVyYXRvcjogR2l0SHViIENvcGlsb3Qgc2NhbGVkIHZlcnNpb24gLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICNmZmY7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMTM3LjggMCA4OS43IDIyNS4zIDIwOS45IDIyNS4zIDIzNS44IDEwNC4xIDUxNC4yIDEwNC4xIDUzNi40IDAgMTM3LjggMCIvPgogIDxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMzI3LjYgMTY5LjEgMzAxLjYgMjkxIDIyLjIgMjkxIDAgMzk1LjEgMzk5LjUgMzk1LjEgNDQ3LjggMTY5LjEgMzI3LjYgMTY5LjEiLz4KPC9zdmc+Cg=="> |
| 44 | + </a> |
| 45 | +</p> |
| 46 | + |
6 | 47 | Welcome to the STACKIT RAG Template! This is a basic example of how to use the RAG-API libraries, designed to help you get started with building AI-powered chatbots and document management systems 📖 (see [main.py](./services/rag-backend/main.py), [container.py](./services/rag-backend/container.py) and [chat_endpoint.py](./services/rag-backend/chat_endpoint.py)). |
7 | 48 |
|
8 | 49 | <!-- The RAG (Retrieve, Augment, Generate) template is here to simplify your journey into developing and deploying AI-driven applications in a kubernetes cluster. It provides a comprehensive guide, including local setup as well as production deployment instructions. Whether you're a developer, data scientist, or researcher, this template offers everything you need to build and deploy your own RAG solution. --> |
|
0 commit comments