mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-06 09:47:51 +02:00
Update docstrings
This commit is contained in:
@@ -25,7 +25,6 @@ class AsyncSqliteSaver(BaseCheckpointSaver, AbstractAsyncContextManager):
|
||||
Args:
|
||||
conn (aiosqlite.Connection): The asynchronous SQLite database connection.
|
||||
serde (Optional[SerializerProtocol]): The serializer to use for serializing and deserializing checkpoints. Defaults to JsonPlusSerializerCompat.
|
||||
at (Optional[CheckpointAt]): The checkpoint strategy to use. Defaults to None.
|
||||
|
||||
Examples:
|
||||
|
||||
|
||||
@@ -20,7 +20,6 @@ class MemorySaver(BaseCheckpointSaver):
|
||||
|
||||
Args:
|
||||
serde (Optional[SerializerProtocol]): The serializer to use for serializing and deserializing checkpoints. Defaults to None.
|
||||
at (Optional[CheckpointAt]): The checkpoint strategy to use. Defaults to None.
|
||||
|
||||
Examples:
|
||||
import asyncio
|
||||
|
||||
@@ -57,7 +57,6 @@ class SqliteSaver(BaseCheckpointSaver, AbstractContextManager):
|
||||
Args:
|
||||
conn (sqlite3.Connection): The SQLite database connection.
|
||||
serde (Optional[SerializerProtocol]): The serializer to use for serializing and deserializing checkpoints. Defaults to JsonPlusSerializerCompat.
|
||||
at (Optional[CheckpointAt]): The checkpoint strategy to use. Defaults to None.
|
||||
|
||||
Examples:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user