Hierarchy

  • Document
    • WeaviateDocument

Constructors

  • Parameters

    • fields: DocumentInput<Record<string, any>>

    Returns WeaviateDocument

Properties

additional: Partial<Metadata>
generated?: string
id?: string

An optional identifier for the document.

Ideally this should be unique across the document collection and formatted as a UUID, but this will not be enforced.

metadata: Record<string, any>
pageContent: string
vectors: Vectors