Interface VectorStoreRetrieverMemoryParams
 
Hierarchy
- VectorStoreRetrieverMemoryParams
Properties
vectorStoreRetriever
Optional inputKey
inputKey?: string
Optional memoryKey
memoryKey?: string
Optional outputKey
outputKey?: string
Optional returnDocs
returnDocs?: boolean
 
 
 
Interface for the parameters required to initialize a VectorStoreRetrieverMemory instance.