We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a25d3 commit afb1bdbCopy full SHA for afb1bdb
src/memos/mem_os/product.py
@@ -157,7 +157,7 @@ def _preload_user_cubes(self, user_id: str) -> None:
157
cube.cube_path,
158
cube.cube_id,
159
user_id,
160
- memory_types=["act_mem"]
+ memory_types=["act_mem"] if self.config.enable_activation_memory else []
161
)
162
logger.info(f"Pre-loaded cube {cube.cube_id} for user {user_id}")
163
else:
0 commit comments