You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.info(f"Long term memory index set to {self.index}.")
98
-
self._backend=BACKEND_CLS[self.backend](
99
-
**self.backend_config, index=self.index
100
-
)
101
-
else:
102
-
logger.warning(
103
-
"Neither `backend_instance`, `backend_config`, nor `app_name`/`user_id` is provided, the long term memory storage will initialize when adding a session."
104
-
)
99
+
logger.warning(
100
+
"Neither `backend_instance`, `backend_config`, nor `app_name`/`user_id` is provided, the long term memory storage will initialize when adding a session."
0 commit comments