Skip to main content

store_short_term

Method
This is a method of the Memory class in the memory module.
Store in short-term memory with optional quality metrics

Signature

def store_short_term(text: str, metadata: Dict[str, Any], completeness: float, relevance: float, clarity: float, accuracy: float, weights: Dict[str, float], evaluator_quality: float) -> Any

Parameters

text
str
required
No description available.
metadata
Dict
No description available.
completeness
float
No description available.
relevance
float
No description available.
clarity
float
No description available.
accuracy
float
No description available.
weights
Dict
No description available.
evaluator_quality
float
No description available.

Returns

Returns
Any
The result of the operation.