From b5cad4f01366158c424fde1cc8aabf67aed0457c Mon Sep 17 00:00:00 2001 From: Catrunaround <129796960+Catrunaround@users.noreply.github.com> Date: Sun, 21 Jul 2024 21:24:02 -0700 Subject: [PATCH] delet api using method --- rag/file_conversion_router/api.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/rag/file_conversion_router/api.py b/rag/file_conversion_router/api.py index 2b780283..6983d464 100644 --- a/rag/file_conversion_router/api.py +++ b/rag/file_conversion_router/api.py @@ -15,6 +15,3 @@ def convert_directory(input_dir: Union[str, Path], output_dir: Union[str, Path]) 2. Markdown (To clarify, this markdown includes additional tree structure of original markdown file) """ process_folder(input_dir, output_dir) - -if __name__ == "__main__": - convert_directory("tests\\test_rag\\data\\integrated_tests\\input_folder2_nested_folder_pdf+md\\mds\\mds_1", "tests\\test_rag\\data\\integrated_tests\\expected_output_folder2_nested_folder_pdf+md\\mds\\mds_1\\section-0-brief-python-refresher") \ No newline at end of file