Abbildungen für Entscheidungsvorlage zu Moodle-AI-Subsystem
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
flowchart LR
|
||||
subgraph MS["mastersolution ONE (Moodle)"]
|
||||
KURS[Kurse, Materialien, Videos]
|
||||
ROLLEN[Rollen und Berechtigungen]
|
||||
UI[Aufruf aus dem Kurs]
|
||||
end
|
||||
|
||||
subgraph TUTOR["Sovereign RAG Tutor (eigenständiger Dienst)"]
|
||||
VAULT[Knowledge Vault]
|
||||
LLM[Souveränes Sprachmodell]
|
||||
GOV[Mandanten- und Governance-Schicht]
|
||||
end
|
||||
|
||||
KURS -->|Materialübernahme| VAULT
|
||||
ROLLEN -->|Identität und Berechtigungen| TUTOR
|
||||
UI -->|Aufruf per Standardschnittstelle| TUTOR
|
||||
TUTOR -.->|Antwort mit Beleg und Rücksprung ins Material| MS
|
||||
Reference in New Issue
Block a user