langchain.js
    Preparing search index...

    HashedDocument is a Document with hashes calculated. Hashes are calculated based on page content and metadata. It is used for indexing.

    Implements

    Index

    Constructors

    • Parameters

      • fields: HashedDocumentArgs

      Returns _HashedDocument

    Properties

    contentHash?: string
    hash_?: string
    metadata: Metadata
    metadataHash?: string
    pageContent: string
    uid: string

    Methods

    • Parameters

      Returns void