Skip to main contentCrate synaptic_loaders
Source - ArxivLoader
- Loader for arXiv papers via the arXiv API (returns abstracts as documents).
- CsvLoader
- Loads documents from CSV data. Each row becomes a Document.
- DirectoryLoader
- Loads documents from files in a directory.
- Document
- A document with content and metadata, used throughout the retrieval pipeline.
- FileLoader
- Loads content from a file on disk.
- GitHubLoader
- Loader for GitHub repository files via the GitHub API.
- JsonLoader
- Loads documents from a JSON string.
- MarkdownLoader
- Loads a markdown file, preserving original content.
- NotionLoader
- Loader for Notion pages via the Notion API.
- TextLoader
- Wraps a string of text into a single Document.
- WebBaseLoader
- Loads content from a URL via HTTP GET.
- YoutubeLoader
- Loader for YouTube video transcripts.
- Loader
- Trait for loading documents from various sources.