Update frontend/src/app/knowledge/chunks/page.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
70da229e40
commit
a425ba62fb
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ const getFileTypeLabel = (mimetype: string) => {
|
|||
if (mimetype === "application/pdf") return "PDF";
|
||||
if (mimetype === "text/plain") return "Text";
|
||||
if (mimetype === "application/msword") return "Word Document";
|
||||
return "Unknown";
|
||||
};
|
||||
|
||||
function ChunksPageContent() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue