mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-18 16:44:33 -04:00
a50acf634c
Co-authored-by: marcusschiesser <17126+marcusschiesser@users.noreply.github.com>
@llamaindex/readers
Utilities for reading data from various sources
Usage
npm i @llamaindex/readers
import { SimpleDirectoryReader } from "@llamaindex/readers/directory";
const reader = new SimpleDirectoryReader();
const documents = reader.loadData("./directory");
License
MIT