Skip to main content

AI-Parrot Loaders

ai-parrot-loaders provides document loaders for AI-Parrot RAG (Retrieval-Augmented Generation) pipelines. Each loader transforms a specific document format into text chunks that can be embedded and searched.

Installation

pip install ai-parrot-loaders

Install only the extras you need:

pip install ai-parrot-loaders[pdf]
pip install ai-parrot-loaders[youtube]
pip install ai-parrot-loaders[audio]
pip install ai-parrot-loaders[web]

# Everything
pip install ai-parrot-loaders[all]

Available Extras

Extra Description
pdf PDF loading with OCR support (PaddleOCR)
youtube YouTube transcript and video download
audio Audio transcription (WhisperX, pyannote)
web HTML/web page loading
ebook EPUB e-book loading
video Video processing (MoviePy, FFmpeg)

Supported Formats

Loader Format Description
TextLoader .txt Plain text files
CSVLoader .csv CSV files
ExcelLoader .xlsx, .xls Excel spreadsheets
MSWordLoader .docx Microsoft Word documents
HTMLLoader .html HTML files
MarkdownLoader .md Markdown files
PDFLoader .pdf PDF documents
PDFMarkdownLoader .pdf PDF to Markdown conversion
PDFTablesLoader .pdf PDF table extraction
PowerPointLoader .pptx PowerPoint presentations
EpubLoader .epub EPUB e-books
WebLoader URL Web pages
YoutubeLoader URL YouTube video transcripts
VimeoLoader URL Vimeo video transcripts
AudioLoader .mp3, .wav, etc. Audio transcription
VideoLoader URL Video download + transcription
VideoLocalLoader .mp4, etc. Local video transcription
DocumentConverterLoader multiple Auto-detect format and convert

Quick Start

from parrot_loaders.factory import get_loader_class

# Auto-detect loader by file extension
LoaderClass = get_loader_class("report.pdf")
loader = LoaderClass(source="report.pdf")
documents = await loader.load()

for doc in documents:
    print(doc.page_content[:200])

Or use a specific loader directly:

from parrot_loaders.youtube import YoutubeLoader

loader = YoutubeLoader(source="https://www.youtube.com/watch?v=...")
documents = await loader.load()

Requirements

License

MIT

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ai_parrot_loaders-0.1.89.tar.gz (136.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ai_parrot_loaders-0.1.89-py3-none-any.whl (140.9 kB view details)

Uploaded Python 3

File details

Details for the file ai_parrot_loaders-0.1.89.tar.gz.

File metadata

  • Download URL: ai_parrot_loaders-0.1.89.tar.gz
  • Upload date:
  • Size: 136.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for ai_parrot_loaders-0.1.89.tar.gz
Algorithm Hash digest
SHA256 4e6697809c67f0bd6a62c194e22bc3d5d98bf9b5e8625200662ce48a1cceb732
MD5 1be203ca5e57208d2a9ee71951fce467
BLAKE2b-256 fb84aff8688ea005fe3b59107387cf49181fd87f680ea35e265f68b3406e774f

See more details on using hashes here.

Provenance

The following attestation bundles were made for ai_parrot_loaders-0.1.89.tar.gz:

Publisher: release.yml on phenobarbital/ai-parrot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ai_parrot_loaders-0.1.89-py3-none-any.whl.

File metadata

File hashes

Hashes for ai_parrot_loaders-0.1.89-py3-none-any.whl
Algorithm Hash digest
SHA256 a59f4fcf3007c28130c4c8a9cd2cb63f9a113a267bdc57e30c37cebfad2d24ca
MD5 4cd22ca00771da78877c9853110a240a
BLAKE2b-256 aeac95cedb705243a3c0fcd71fed37823f4670e604b83e97dc61cf9e50f2017b

See more details on using hashes here.

Provenance

The following attestation bundles were made for ai_parrot_loaders-0.1.89-py3-none-any.whl:

Publisher: release.yml on phenobarbital/ai-parrot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page