Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.neum.ai/llms.txt

Use this file to discover all available pages before exploring further.

The AutoLoader class serves as an intelligent intermediary that selects the appropriate loader for a given file type. It supports various file types and delegates the loading process to specific loader classes.

Properties

Required properties:
  • None
from neumai.Loaders import AutoLoader

# Create an instance of AutoLoader
auto_loader = AutoLoader()