Rebase after haiku.rag-slim migration
This commit is contained in:
parent
eb2b65135a
commit
92def1c6a5
3 changed files with 1 additions and 1 deletions
|
|
@ -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}")
|
||||
Loading…
Reference in a new issue