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#
|
Helper class that provides a standard way to create an ABC using inheritance. |
|
Special type indicating an unconstrained type. |
|
Base component object to capture class names. |
Serialiable Data Loader with Pydantic. |
|
Utilities for loading data from a directory. |
|
|
Generic interface for a data document. |
Represents a reader and it's input arguments. |