search
AsyncMethod
This is a method of the MemoryProtocol class in the protocols module.Search memory
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
search: Search memory
This is a method of the MemoryProtocol class in the protocols module.Search memory
async def search(&self, query: &str, limit: usize) -> Result<Vec<MemoryMessage>>