Skip to main content

get_all

Method
This is a method of the MongoDBMemory class in the knowledge module.
Get all memories from MongoDB.

Signature

def get_all(user_id: Any, agent_id: Any, run_id: Any) -> Any

Parameters

user_id
Any
No description available.
agent_id
Any
No description available.
run_id
Any
No description available.

Returns

Returns
Any
The result of the operation.

Uses

  • find
  • logging.error

Used By

Source

View on GitHub

praisonaiagents/knowledge/knowledge.py at line 282