Uses of Package
com.hw.langchain.memory.buffer
Packages that use com.hw.langchain.memory.buffer
-
Classes in com.hw.langchain.memory.buffer used by com.hw.langchain.memory.bufferClassDescriptionBuffer for storing conversation memory.Since the token we input to LLM is limited, the history messages we add into gpt request is also limited.