feat: add AdminDashboard Livewire component for chatbot configuration and document ingestion management

This commit is contained in:
jeremy bayse
2026-06-22 17:12:57 +02:00
parent 2a799aaf51
commit dfe50ab27b
+1 -1
View File
@@ -128,7 +128,7 @@ class AdminDashboard extends Component
public function ingestPdf(DocumentIngestionService $ingestionService)
{
$this->validate([
'pdfFile' => 'required|file|mimes:pdf|max:10240', // Max 10MB
'pdfFile' => 'required|file|mimes:pdf|max:102400', // Max 100MB
]);
$this->statusMessage = "Indexation du fichier PDF en cours...";