Skip to content

Commit 717d349

Browse files
authored
docs: Add dark and light mode logos to README (#114)
Include new logos for dark and light modes in the README to enhance visual representation based on user preferences.
1 parent 671317d commit 717d349

File tree

3 files changed

+93
-0
lines changed

3 files changed

+93
-0
lines changed
Lines changed: 43 additions & 0 deletions
Loading
Lines changed: 47 additions & 0 deletions
Loading

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
![Project banner](.github/images/stackit-logo-light.svg#gh-light-mode-only)
2+
![Project banner](.github/images/stackit-logo-dark.svg#gh-dark-mode-only)
3+
14
# RAG Template
25

36
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)).

0 commit comments

Comments
 (0)