You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Welcome to the STACKIT RAG Template! This is a basic example of how to use the R
7
7
8
8
## Features 🚀
9
9
10
-
**Document Management**: Supports PDFs, DOCX, PPTX, XML, and Confluence documents.
10
+
**Document Management**: Supports PDFs, DOCX, PPTX, XML, EPUB documents and websource via confluence as well as sitemaps.
11
11
12
12
**AI Integration**: Multiple LLM and embedder providers for flexibility.
13
13
@@ -38,7 +38,7 @@ The template supports multiple LLM (Large Language Model) providers, such as STA
38
38
39
39
40
40
## 1. Getting Started
41
-
A [`Tiltfile`](./Tiltfile) is provided to get you started :rocket:. If Tilt is new for you, and you want to learn more about it, please take a look at the [Tilt guides](https://docs.tilt.dev/tiltfile_authoring).
41
+
A [`Tiltfile`](./Tiltfile) is provided to get you started :rocket:. If Tilt is new for you, and you want to learn more about it, please take a look at the [Tilt guides](https://docs.tilt.dev/tiltfile_authoring.html).
42
42
43
43
### 1.1 Components
44
44
@@ -108,7 +108,7 @@ The frontend provides user-friendly interfaces for both chat and document manage
108
108
-**Chat App**: Interface for interacting with the RAG system
109
109
-**Admin App**: Interface for managing documents and system configuration
110
110
111
-
For further information, please consult the [Frontend README](./services/frontend/README.md).
111
+
For further information, please consult the [Frontend README](./services/frontend/README.md). For branding, theming, and logo configuration, see the [UI Customization Guide](./docs/UI_Customization.md).
0 commit comments