langchain.js
    Preparing search index...

    A class that extends the DirectoryLoader class. It represents a document loader that loads documents from a directory in the Notion format. It uses the TextLoader for loading '.md' files and ignores unknown file types.

    Hierarchy

    • DirectoryLoader
      • NotionLoader
    Index

    Constructors

    Constructors

    • Parameters

      • directoryPath: string

      Returns NotionLoader