Anwendungen
KI-Chat
Content Studio
Content Pipeline
Semantic Explorer
Nextcloud
Entwicklung
Tasks
Protokoll
Contracts
Content-Config
Prompts
System Explorer
Ressourcen
Dokumentation
Code Hygiene
File Backup
Contracts
»
SemanticExplorerController
» Bearbeiten
Contract bearbeiten
Aktuelle Version:
1.0
Neue Version *
Muss sich von der aktuellen Version unterscheiden.
Änderungsbeschreibung
YAML-Inhalt *
fqcn: Controller\SemanticExplorerController responsibility: HTTP-Endpunkte für Semantic Explorer (Nutzdaten, Vektor-Suche) methods: index: route: GET /semantic-explorer returns: View mit docStats, chunkStats, semanticStats dokumente: route: GET /semantic-explorer/dokumente returns: View mit Dokumentenliste dokumentShow: route: GET /semantic-explorer/dokumente/{id} returns: View mit Dokument + Chunks chunks: route: GET /semantic-explorer/chunks returns: View mit paginierter Chunkliste chunkShow: route: GET /semantic-explorer/chunks/{id} returns: View mit Chunk-Details suche: route: GET /semantic-explorer/suche returns: View mit Vektor-Suchergebnissen semantik: route: GET /semantic-explorer/semantik returns: View mit Entity-Semantik-Daten graph: route: GET /semantic-explorer/graph returns: View mit Graph-Visualisierung graphData: route: GET /semantic-explorer/graph-data returns: JSON mit Nodes und Edges dependencies: - DocumentRepositoryInterface - ChunkRepositoryInterface - EntityRepositoryInterface - RelationRepositoryInterface - SemanticSearchRepositoryInterface - VectorSearchService
Neue Version speichern
Abbrechen