feat: add AdminDashboard Livewire component for chatbot configuration and document ingestion management
This commit is contained in:
@@ -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...";
|
||||
|
||||
Reference in New Issue
Block a user