From cbf26a5d98c16e7d0e59fe719a682d01d5000734 Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Thu, 6 Mar 2025 13:35:20 -0800 Subject: [PATCH] Fix indentation in docstring (#3727) --- libs/checkpoint/langgraph/store/base/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/checkpoint/langgraph/store/base/__init__.py b/libs/checkpoint/langgraph/store/base/__init__.py index 35686caa0..ab3d5d89e 100644 --- a/libs/checkpoint/langgraph/store/base/__init__.py +++ b/libs/checkpoint/langgraph/store/base/__init__.py @@ -774,7 +774,7 @@ class BaseStore(ABC): - Nested fields: "metadata.title" - Array access: "chapters[*].content" (each indexed separately) - Specific indices: "authors[0].name" - ttl: Time to live in minutes. Support for this argument depends on your store adapter. + ttl: Time to live in minutes. Support for this argument depends on your store adapter. If specified, the item will expire after this many minutes from when it was last accessed. None means no expiration. Expired runs will be deleted opportunistically. By default, the expiration timer refreshes on both read operations (get/search)