get_files_from_dir( dir_path: str | list[str], types: list[str] = ['txt', 'json', 'csv', 'tsv', 'md', 'html', 'htm', 'rtf', 'rst', 'jsonl', 'log', 'xml', 'yaml', 'yml', 'pdf', 'mdx'], recursive: bool = True ) -> list[Any]
dir_path
types
recursive