Interface VectorStoreRetrieverMemoryParams

Interface for the parameters required to initialize a VectorStoreRetrieverMemory instance.

Hierarchy

  • VectorStoreRetrieverMemoryParams

Implemented by

Properties

vectorStoreRetriever: VectorStoreRetrieverInterface
inputKey?: string
memoryKey?: string
outputKey?: string
returnDocs?: boolean

Generated using TypeDoc