mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
- Add safe_import utility in semantica/utils/helpers.py for graceful optional dependency handling - Update all optional imports (spacy, docling, etc.) to handle OSError (Windows DLL issues) - Make DoclingParser standalone with docling as core dependency - Remove DoclingParser integration from DocumentParser - Implement lazy initialization for DoclingParser (fails on parse(), not init()) - Fix DocumentConverter initialization (remove unsupported pipeline_options parameter) - Preserve original error messages without modification - Update semantic_extract, split, parse, embeddings, vector_store, visualization modules - Fix OSError handling across entire codebase for Windows compatibility - Update 60+ files with proper optional dependency handling