Documentation
    Preparing search index...

    Class AbstractIngestionAdapterAbstract

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    config: Record<string, any> = {}

    Methods

    • Returns true if this adapter can handle the specified file MIME type or scheme.

      Parameters

      • mimeType: string

      Returns boolean

    • Process input source (file path, URL, or raw data) and extract structured content.

      Parameters

      • source: string | Buffer<ArrayBufferLike>
      • Optionaloptions: Record<string, any>

      Returns Promise<IngestionResult>