Skip to main content

search_with_quality

Method
This is a method of the Memory class in the memory module.
Search with quality filter

Signature

Parameters

query
str
required
No description available.
min_quality
float
default:"0.0"
No description available.
memory_type
Literal
default:"'long'"
No description available.
limit
int
default:"5"
No description available.

Returns

Returns
List[Dict[str, Any]]
The result of the operation.

Uses

  • logger.info
  • search_func

Source

View on GitHub

praisonaiagents/memory/memory.py at line 1758