langchain-hs-0.0.2.0: Haskell implementation of Langchain
Copyright(c) 2025 Tushar Adhatrao
LicenseMIT
MaintainerTushar Adhatrao <[email protected]>
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Langchain.DocumentLoader.DirectoryLoader

Description

DirectoryLoader document loader implements functionality for reading files from disk into Documents

Synopsis

Directory loader

data DirectoryLoader Source #

Directory loader configuration Specifies the path to load documents from.

Example:

>>> DirectoryLoader "langchain-hs/src" defaultDirectoryLoaderOptions

data DirectoryLoaderOptions Source #

Options for directory loading behavior

Constructors

DirectoryLoaderOptions 

Fields

Default functions