Class BaseEntityStoreAbstract

Base class for all entity stores. All entity stores should extend this class.

Hierarchy

Constructors

Properties

lc_namespace: string[]

A path to the module that contains the class, eg. ["langchain", "llms"] Usually should be the same as the entrypoint the class is exported from.

Methods

  • Parameters

    • key: string
    • Optional defaultValue: string

    Returns Promise<undefined | string>

Generated using TypeDoc