VectorStoreRetrieverMemory()Vector Store Retriever Memory.
Store the conversation history in a vector store and retrieves the relevant parts of past conversation based on the input.
VectorStoreRetriever object to connect to.
Key name to locate the memories in the result of load_memory_variables.
Key name to index the inputs to load_memory_variables.
Whether or not to return the result of querying the database directly.
Input keys to exclude in addition to memory key when constructing the document
The list of keys emitted from the load_memory_variables method.
Return history buffer.
Return history buffer.
Save context from this conversation to buffer.
Save context from this conversation to buffer.
Nothing to clear.
Nothing to clear.