-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (46 loc) · 3.3 KB
/
Copy pathindex.html
File metadata and controls
54 lines (46 loc) · 3.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>KI-gestützte E-AKTE mit Knowledge Graph & GraphRAG</title>
<meta name="description" content="Demo: Knowledge Graph und GraphRAG für die digitale E-AKTE im SGB-II-Bereich. Neo4j, APOC, GDS, OCR, DSGVO-konform. Demo-Fall: Bedarfsgemeinschaft Becker, Jobcenter, Grundsicherung." />
<meta name="keywords" content="Knowledge Graph, GraphRAG, E-AKTE, Neo4j, APOC, GDS, SGB II, Jobcenter, OCR, DSGVO, KI, Verwaltungsdigitalisierung" />
<meta name="author" content="ma3u" />
<meta name="robots" content="index, follow" />
<!-- Open Graph (Facebook, LinkedIn, WhatsApp) -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ma3u.github.io/graph-eAkte/" />
<meta property="og:title" content="KI-gestützte E-AKTE mit Knowledge Graph & GraphRAG" />
<meta property="og:description" content="Interaktive Demo: Wie ein Knowledge Graph auf Basis von Neo4j die E-AKTE-Bearbeitung im Jobcenter revolutioniert. GraphRAG, APOC, GDS, OCR, DSGVO-Prüfung. Demo-Fall: Bedarfsgemeinschaft Becker (SGB II)." />
<meta property="og:image" content="https://ma3u.github.io/graph-eAkte/og-preview.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:alt" content="Knowledge Graph Demo: KI-gestützte E-AKTE mit Neo4j GraphRAG für den SGB-II-Bereich" />
<meta property="og:locale" content="de_DE" />
<meta property="og:site_name" content="Graph & GraphRAG E-AKTE Demo" />
<!-- Twitter Card (X) -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="KI-gestützte E-AKTE mit Knowledge Graph & GraphRAG" />
<meta name="twitter:description" content="Interaktive Demo: Knowledge Graph auf Basis von Neo4j für die E-AKTE im Jobcenter. GraphRAG, APOC, GDS, OCR, DSGVO. Demo-Fall SGB II." />
<meta name="twitter:image" content="https://ma3u.github.io/graph-eAkte/og-preview.png" />
<meta name="twitter:image:alt" content="Knowledge Graph Demo: KI-gestützte E-AKTE mit Neo4j GraphRAG" />
<!-- LinkedIn specific (uses OG tags above; article:author helps) -->
<meta property="article:author" content="https://github.com/ma3u" />
<!-- Favicons -->
<link rel="icon" type="image/svg+xml" href="/graph-eAkte/favicon.svg" />
<link rel="icon" type="image/png" sizes="32x32" href="/graph-eAkte/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/graph-eAkte/favicon-16x16.png" />
<link rel="shortcut icon" href="/graph-eAkte/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/graph-eAkte/apple-touch-icon.png" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
<link href="/src/main.css" rel="stylesheet" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>