feat: add support for mdx file (#604)

This commit is contained in:
Taranjeet Singh
2023-09-12 16:43:18 -07:00
committed by GitHub
parent ac08638a63
commit 36b26e08c3
5 changed files with 63 additions and 0 deletions

View File

@@ -12,3 +12,4 @@ class DataType(Enum):
QNA_PAIR = "qna_pair"
NOTION = "notion"
CSV = "csv"
MDX = "mdx"