Package org.springframework.ai.memory
Interface Memory
public interface Memory
-
Method Summary
-
Method Details
-
getKeys
The keys that the memory will add to Chain inputs -
load
Return key-value pairs given the text input to the chain- Parameters:
inputs
- input of the chain- Returns:
- key-value pairs from memory
-
save
-