Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Commit acabee8

Browse files
authored
chore: update project title from "RAG SIT x Stackit" to "STACKIT RAG" (#19)
* fix: update project title from "RAG SIT x Stackit" to "STACKIT RAG" across multiple files * fix: remove unnecessary condition in sitemap loader parameter processing
1 parent 2578148 commit acabee8

27 files changed

+27
-27
lines changed

admin-api-lib/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ info:
33
title: admin-api-lib
44
version: 1.0.0
55
description: >-
6-
The API is used for the communication between the admin frontend and the admin backend in the
6+
The API is used for the communication between the admin frontend and the admin backend in the
77
rag project.
88
servers:
99
-

admin-api-lib/src/admin_api_lib/rag_backend_client/openapi_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# flake8: noqa
44

55
"""
6-
RAG SIT x Stackit
6+
STACKIT RAG
77
88
The perfect rag solution.
99

admin-api-lib/src/admin_api_lib/rag_backend_client/openapi_client/api/rag_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22

33
"""
4-
RAG SIT x Stackit
4+
STACKIT RAG
55
66
The perfect rag solution.
77

admin-api-lib/src/admin_api_lib/rag_backend_client/openapi_client/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22

33
"""
4-
RAG SIT x Stackit
4+
STACKIT RAG
55
66
The perfect rag solution.
77

admin-api-lib/src/admin_api_lib/rag_backend_client/openapi_client/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22

33
"""
4-
RAG SIT x Stackit
4+
STACKIT RAG
55
66
The perfect rag solution.
77

admin-api-lib/src/admin_api_lib/rag_backend_client/openapi_client/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22

33
"""
4-
RAG SIT x Stackit
4+
STACKIT RAG
55
66
The perfect rag solution.
77

admin-api-lib/src/admin_api_lib/rag_backend_client/openapi_client/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# flake8: noqa
44
"""
5-
RAG SIT x Stackit
5+
STACKIT RAG
66
77
The perfect rag solution.
88

admin-api-lib/src/admin_api_lib/rag_backend_client/openapi_client/models/chat_history.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22

33
"""
4-
RAG SIT x Stackit
4+
STACKIT RAG
55
66
The perfect rag solution.
77

admin-api-lib/src/admin_api_lib/rag_backend_client/openapi_client/models/chat_history_message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22

33
"""
4-
RAG SIT x Stackit
4+
STACKIT RAG
55
66
The perfect rag solution.
77

admin-api-lib/src/admin_api_lib/rag_backend_client/openapi_client/models/chat_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22

33
"""
4-
RAG SIT x Stackit
4+
STACKIT RAG
55
66
The perfect rag solution.
77

0 commit comments

Comments
 (0)