@extends('root') @section('title', 'Knowledge Base AI') @section('content')
Berikan informasi faktual (FAQ, Kebijakan, Promo) agar AI dapat menjawab secara akurat tanpa halusinasi berdasarkan data yang Anda unggah.
| Judul Topik | Kategori | Pecahan Data (Chunks) | Terakhir Diupdate | Aksi |
|---|---|---|---|---|
|
{{ $knowledge->title }}
Dibuat: {{ $knowledge->created_at->format('d M Y') }}
|
@php $bagdes = [ 'faq' => ['color' => 'success', 'label' => 'FAQ / Tanya Jawab'], 'product_info' => ['color' => 'primary', 'label' => 'Info Produk'], 'policy' => ['color' => 'warning', 'label' => 'Kebijakan / Aturan'], 'other' => ['color' => 'secondary', 'label' => 'Lain-lain'], ]; $bdg = $bagdes[$knowledge->knowledge_type] ?? $bagdes['other']; @endphp {{ $bdg['label'] }} | {{ $knowledge->documents_count }} Potongan Konteks | {{ $knowledge->updated_at->diffForHumans() }} | |
|
Belum ada Knowledge Base AI Tambahkan profil perusahaan, FAQ, atau kebijakan pengembalian agar AI dapat belajar. |
||||