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

chore: update project title from "RAG SIT x Stackit" to "STACKIT RAG" #19

Merged
merged 2 commits into from
Jun 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion admin-api-lib/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ info:
title: admin-api-lib
version: 1.0.0
description: >-
The API is used for the communication between the admin frontend and the admin backend in the
The API is used for the communication between the admin frontend and the admin backend in the
rag project.
servers:
-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# flake8: noqa

"""
RAG SIT x Stackit
STACKIT RAG

The perfect rag solution.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

"""
RAG SIT x Stackit
STACKIT RAG

The perfect rag solution.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

"""
RAG SIT x Stackit
STACKIT RAG

The perfect rag solution.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

"""
RAG SIT x Stackit
STACKIT RAG

The perfect rag solution.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

"""
RAG SIT x Stackit
STACKIT RAG

The perfect rag solution.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# flake8: noqa
"""
RAG SIT x Stackit
STACKIT RAG

The perfect rag solution.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

"""
RAG SIT x Stackit
STACKIT RAG

The perfect rag solution.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

"""
RAG SIT x Stackit
STACKIT RAG

The perfect rag solution.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

"""
RAG SIT x Stackit
STACKIT RAG

The perfect rag solution.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

"""
RAG SIT x Stackit
STACKIT RAG

The perfect rag solution.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

"""
RAG SIT x Stackit
STACKIT RAG

The perfect rag solution.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

"""
RAG SIT x Stackit
STACKIT RAG

The perfect rag solution.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

"""
RAG SIT x Stackit
STACKIT RAG

The perfect rag solution.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

"""
RAG SIT x Stackit
STACKIT RAG

The perfect rag solution.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

"""
RAG SIT x Stackit
STACKIT RAG

The perfect rag solution.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

"""
RAG SIT x Stackit
STACKIT RAG

The perfect rag solution.

Expand Down
2 changes: 1 addition & 1 deletion rag-core-api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.2
info:
contact: {}
description: The perfect rag solution.
title: RAG SIT x Stackit
title: STACKIT RAG
version: 1.0.0
servers:
- url: /
Expand Down
2 changes: 1 addition & 1 deletion rag-core-api/src/rag_core_api/models/chat_history.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

"""
RAG SIT x Stackit
STACKIT RAG

The perfect rag solution.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

"""
RAG SIT x Stackit
STACKIT RAG

The perfect rag solution.

Expand Down
2 changes: 1 addition & 1 deletion rag-core-api/src/rag_core_api/models/chat_request.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

"""
RAG SIT x Stackit
STACKIT RAG

The perfect rag solution.

Expand Down
2 changes: 1 addition & 1 deletion rag-core-api/src/rag_core_api/models/chat_response.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

"""
RAG SIT x Stackit
STACKIT RAG

The perfect rag solution.

Expand Down
2 changes: 1 addition & 1 deletion rag-core-api/src/rag_core_api/models/chat_role.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

"""
RAG SIT x Stackit
STACKIT RAG

The perfect rag solution.

Expand Down
2 changes: 1 addition & 1 deletion rag-core-api/src/rag_core_api/models/content_type.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

"""
RAG SIT x Stackit
STACKIT RAG

The perfect rag solution.

Expand Down
2 changes: 1 addition & 1 deletion rag-core-api/src/rag_core_api/models/delete_request.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

"""
RAG SIT x Stackit
STACKIT RAG

The perfect rag solution.

Expand Down
2 changes: 1 addition & 1 deletion rag-core-api/src/rag_core_api/models/information_piece.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

"""
RAG SIT x Stackit
STACKIT RAG

The perfect rag solution.

Expand Down
2 changes: 1 addition & 1 deletion rag-core-api/src/rag_core_api/models/key_value_pair.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

"""
RAG SIT x Stackit
STACKIT RAG

The perfect rag solution.

Expand Down
Loading