Skip to content

Commit eea617b

Browse files
Fix tests
1 parent 7de1810 commit eea617b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

autogen/retrieve_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"yaml",
5353
"yml",
5454
"pdf",
55+
"mdx",
5556
]
5657
UNSTRUCTURED_FORMATS = [
5758
"doc",

test/test_retrieve_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def test_retrieve_utils(self):
226226
dir_path="./website/docs",
227227
client=client,
228228
collection_name="autogen-docs",
229-
custom_text_types=["txt", "md", "rtf", "rst"],
229+
custom_text_types=["txt", "md", "rtf", "rst", "mdx"],
230230
get_or_create=True,
231231
)
232232
results = query_vector_db(

0 commit comments

Comments
 (0)