jack 2 bulan lalu
induk
melakukan
9beff3289a
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      py/core/providers/ingestion/unstructured/base.py

+ 1 - 1
py/core/providers/ingestion/unstructured/base.py

@@ -98,7 +98,7 @@ class UnstructuredIngestionProvider(IngestionProvider):
         DocumentType.XLSX: [parsers.XLSXParser],  # type: ignore
         #DocumentType.DOC: [parsers.DOCParser],  # type: ignore
         DocumentType.PPT: [parsers.PPTParser],  # type: ignore
-        DocumentType.CSV: [parsers.CSVParserAdvanced],  # type: ignore
+        DocumentType.CSV: [parsers.CSVParser],  # type: ignore
     }
 
     EXTRA_PARSERS = {