InMemoryDb
is a class that implements the Db interface using an in-memory database. It provides lightweight, in-memory storage for agent/team sessions.
Parameter | Type | Default | Description |
---|---|---|---|
session_table | Optional[str] | - | Name of the table to store Agent, Team and Workflow sessions. |
memory_table | Optional[str] | - | Name of the table to store user memories. |
metrics_table | Optional[str] | - | Name of the table to store metrics. |
eval_table | Optional[str] | - | Name of the table to store evaluation runs data. |
knowledge_table | Optional[str] | - | Name of the table to store knowledge documents data. |