AsciiDoc uses .adoc, not just .asciidoc extensions

This commit is contained in:
Yiorgis Gozadinos 2025-09-25 10:08:09 +03:00
parent 9a249db836
commit 256093d868
No known key found for this signature in database

View file

@ -10,6 +10,8 @@ from haiku.rag.utils import text_to_docling_document
class FileReader:
# Extensions supported by docling
docling_extensions: ClassVar[list[str]] = [
".adoc",
".asc",
".asciidoc",
".bmp",
".csv",