Data Connectors#

NOTE: Our data connectors are now offered through LlamaHub 🦙. LlamaHub is an open-source repository containing data loaders that you can easily plug and play into any LlamaIndex application.

The following data connectors are still available in the core repo.

llama_index.core.readers.base Module#

Base reader class.

Classes#

ABC()

Helper class that provides a standard way to create an ABC using inheritance.

Any(*args, **kwargs)

Special type indicating an unconstrained type.

BaseComponent

Base component object to capture class names.

BasePydanticReader

Serialiable Data Loader with Pydantic.

BaseReader()

Utilities for loading data from a directory.

Document

Generic interface for a data document.

ReaderConfig

Represents a reader and it's input arguments.