Skip to content

Commit

Permalink
delet api using method
Browse files Browse the repository at this point in the history
  • Loading branch information
Catrunaround committed Jul 22, 2024
1 parent 1987188 commit b5cad4f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rag/file_conversion_router/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit b5cad4f

Please sign in to comment.