/ src / loaders / constants.py
constants.py
1  """Constants specific to loader functionality."""
2  
3  SUPPORTED_FILE_EXTENSIONS = [
4      ".pdf",
5      ".docx",
6      ".mp4", ".mp3", ".wav", ".m4a", ".avi", ".mov", ".mkv", #whisper supported file types
7  ]