Skip to content

Commit

Permalink
Docs: Fix typos (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
sahusiddharth authored Nov 17, 2023
1 parent d50acfb commit de7c395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memgpt/memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ class EmbeddingArchivalMemory(ArchivalMemory):
def __init__(self, agent_config, top_k: Optional[int] = 100):
"""Init function for archival memory
:param archiva_memory_database: name of dataset to pre-fill archival with
:param archival_memory_database: name of dataset to pre-fill archival with
:type archival_memory_database: str
"""
from memgpt.connectors.storage import StorageConnector
Expand Down

0 comments on commit de7c395

Please sign in to comment.