export type LangChainLoaderType =
  | 'code'
  | 'ppt'
  | 'pdf'
  | 'markdown'
  | 'doc'
  | 'text'
  | 'latex'
  | 'csv'
  | 'epub';
