Uses of Interface
com.hw.langchain.schema.BaseMemory
Packages that use BaseMemory
Package
Description
-
Uses of BaseMemory in com.hw.langchain.chains.base
Fields in com.hw.langchain.chains.base declared as BaseMemory -
Uses of BaseMemory in com.hw.langchain.chains.conversation.base
Constructors in com.hw.langchain.chains.conversation.base with parameters of type BaseMemoryModifierConstructorDescriptionConversationChain(BaseLanguageModel llm, BasePromptTemplate prompt, BaseMemory memory) -
Uses of BaseMemory in com.hw.langchain.memory.buffer
Classes in com.hw.langchain.memory.buffer that implement BaseMemoryModifier and TypeClassDescriptionclassclassBuffer for storing conversation memory.class -
Uses of BaseMemory in com.hw.langchain.memory.chat.memory
Classes in com.hw.langchain.memory.chat.memory that implement BaseMemory