ChatHistoryBlock
.
Parameters:
None
, an :obj:InMemoryKeyValueStorage
will be used. (default: :obj:None
)None
)VectorDBBlock
. This memory queries
messages stored in the vector database. Notice that the most recent
messages will not be added to the context.
Parameters:
None
, an :obj:QdrantStorage
will be used. (default: :obj:None
)3
)AgentMemory
abstract base class for
augmenting ChatHistoryMemory with VectorDBMemory.
Parameters:
None
, a :obj:ChatHistoryBlock
will be used. (default: :obj:None
)None
, a :obj:VectorDBBlock
will be used. (default: :obj:None
)3
)