Class that extends the Document base class and adds an embedding property. It represents a document in the vector store.

Hierarchy

Constructors

Properties

Constructors

Properties

embedding: string
metadata: Record<string, any>
pageContent: string
id?: string

Generated using TypeDoc