- Added logging to track the start and completion of document conversions in DocumentConversionService. - Implemented detailed error logging for subprocess failures in both DocumentConversionService and LiteParseService. - Introduced helper functions for logging command strings and output snippets to improve debuggability. - Updated DocumentsLoader to log file processing details and fallback parsing attempts. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| concurrent_service.py | ||
| database.py | ||
| document_conversion_service.py | ||
| documents_loader.py | ||
| html_to_text_runs_service.py | ||
| icon_finder_service.py | ||
| image_generation_service.py | ||
| lightweight_document_service.py | ||
| liteparse_service.py | ||
| llm_client.py | ||
| llm_tool_calls_handler.py | ||
| pptx_presentation_creator.py | ||
| score_based_chunker.py | ||
| temp_file_service.py | ||
| webhook_service.py | ||