Skip to content

Commit

Permalink
delet api test func
Browse files Browse the repository at this point in the history
  • Loading branch information
Catrunaround committed Jul 19, 2024
1 parent bc2727f commit 343234d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rag/file_conversion_router/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ def convert_directory(input_dir: Union[str, Path], output_dir: Union[str, Path])
"""
process_folder(input_dir, output_dir)

if __name__ == "__main__" :
convert_directory("tests\\test_rag\\data\\integrated_tests\\input_folder2_nested_folder_pdf+md", "tests\\test_rag\\data\\integrated_tests\\output_test")

0 comments on commit 343234d

Please sign in to comment.