Nutzdaten aus Nextcloud mit Chunking und Vektor-Embeddings.
| Bereich | Beschreibung | Anzahl |
|---|---|---|
| Dokumente | PDFs, DOCX, PPTX aus Nextcloud | = $docStats['total'] ?? 0 ?> |
| Chunks | Semantische Textabschnitte mit Embeddings | = number_format($chunkStats['total'] ?? 0) ?> |
| Entitaeten | Personen, Organisationen, Konzepte | - |
| Relationen | Beziehungen zwischen Entitaeten | - |
| Taxonomie | Hierarchische Kategorisierung | - |
| Ontologie | Konzept-Klassen und Eigenschaften | - |
| Semantik | Sentiment, Keywords, Zusammenfassungen | - |
| Suche | Semantische Vektor-Suche | - |
| Datei | Typ | Status | Chunks | Importiert |
|---|---|---|---|---|
| = htmlspecialchars($doc['filename']) ?> | = htmlspecialchars($doc['mime_type'] ?? '-') ?> |
= $doc['status'] ?> | = $doc['chunk_count'] ?> | = date('d.m.Y H:i', strtotime($doc['imported_at'])) ?> |
| ID | Dokument | Tokens | Status | Inhalt |
|---|---|---|---|---|
| #= $c['id'] ?> | = htmlspecialchars($c['filename']) ?> | = $c['token_count'] ?> | syncedpending | = htmlspecialchars(substr($c['content'], 0, 80)) ?>... |