q1 :使用私有化部署,发现ollama似乎兼容错误
q2 :文件识别失败,提示 No content chunks (text or image) could be extracted from the document
尽管我在 morphik.toml 中新增配置了依旧报错
[ingestion]
pdf_backend = "pymupdf"
enable_multimodal_parsing = false
min_chunk_length = 20
2026-01-12 09:18:01,001 - ERROR - Error processing ingestion job for file 测试PDF识别.pdf: No content chunks (text or image) could be extracted from the document
2026-01-12 09:18:01,003 - ERROR - Traceback (most recent call last):
File "/app/core/workers/ingestion_worker.py", line 783, in process_ingestion_job
raise ValueError("No content chunks (text or image) could be extracted from the document")
ValueError: No content chunks (text or image) could be extracted from the document