From 52c4f84b44d9a72a9ab7959e30cb7837605dafe6 Mon Sep 17 00:00:00 2001 From: bsiggel Date: Tue, 31 Mar 2026 06:01:54 +0000 Subject: [PATCH] feat(ragflow): Remove unsupported MIME types from the upload filter --- services/ragflow_service.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/services/ragflow_service.py b/services/ragflow_service.py index 8d4b2a7..08b47ed 100644 --- a/services/ragflow_service.py +++ b/services/ragflow_service.py @@ -80,12 +80,8 @@ class RAGFlowService: 'application/epub+zip', 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'text/plain', - 'text/html', 'text/markdown', 'text/csv', - 'text/xml', - 'application/json', - 'application/xml', } def __init__(self, ctx=None):