Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
harishmohanraj committed Dec 19, 2024
1 parent 7de1810 commit eea617b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions autogen/retrieve_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"yaml",
"yml",
"pdf",
"mdx",
]
UNSTRUCTURED_FORMATS = [
"doc",
Expand Down
2 changes: 1 addition & 1 deletion test/test_retrieve_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def test_retrieve_utils(self):
dir_path="./website/docs",
client=client,
collection_name="autogen-docs",
custom_text_types=["txt", "md", "rtf", "rst"],
custom_text_types=["txt", "md", "rtf", "rst", "mdx"],
get_or_create=True,
)
results = query_vector_db(
Expand Down

0 comments on commit eea617b

Please sign in to comment.