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

Hierarchy

  • Document
    • TypeORMVectorStoreDocument

Constructors

Properties

Constructors

  • Parameters

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

    Returns TypeORMVectorStoreDocument

Properties

embedding: string
id?: string

Generated using TypeDoc