Rebase after haiku.rag-slim migration

This commit is contained in:
Yiorgis Gozadinos 2025-11-05 15:50:02 +02:00
parent eb2b65135a
commit 92def1c6a5
No known key found for this signature in database
3 changed files with 1 additions and 1 deletions

View file

@ -163,4 +163,4 @@ class DoclingLocalConverter(DocumentConverter):
result = converter.convert(doc_stream)
return result.document
except Exception as e:
raise ValueError(f"Failed to convert text to DoclingDocument: {e}")
raise ValueError(f"Failed to convert text to DoclingDocument: {e}")