feat: remove chunking for archival memory [LET-6080] (#5997)
* feat: remove chunking for archival memory * add error and tests
This commit is contained in:
committed by
Caren Thomas
parent
61b1a7f600
commit
fd7c8193fe
@@ -339,6 +339,9 @@ class Settings(BaseSettings):
|
||||
# enabling letta_agent_v1 architecture
|
||||
use_letta_v1_agent: bool = False
|
||||
|
||||
# Archival memory token limit
|
||||
archival_memory_token_limit: int = 8192
|
||||
|
||||
@property
|
||||
def letta_pg_uri(self) -> str:
|
||||
if self.pg_uri:
|
||||
|
||||
Reference in New Issue
Block a user