[feat]: Add support for XML file format (#757)
This commit is contained in:
@@ -18,6 +18,7 @@ class IndirectDataType(Enum):
|
||||
PDF_FILE = "pdf_file"
|
||||
WEB_PAGE = "web_page"
|
||||
SITEMAP = "sitemap"
|
||||
XML = "xml"
|
||||
DOCX = "docx"
|
||||
DOCS_SITE = "docs_site"
|
||||
NOTION = "notion"
|
||||
@@ -40,6 +41,7 @@ class DataType(Enum):
|
||||
PDF_FILE = IndirectDataType.PDF_FILE.value
|
||||
WEB_PAGE = IndirectDataType.WEB_PAGE.value
|
||||
SITEMAP = IndirectDataType.SITEMAP.value
|
||||
XML = IndirectDataType.XML.value
|
||||
DOCX = IndirectDataType.DOCX.value
|
||||
DOCS_SITE = IndirectDataType.DOCS_SITE.value
|
||||
NOTION = IndirectDataType.NOTION.value
|
||||
|
||||
Reference in New Issue
Block a user