Fix indentation in docstring (#3727)

This commit is contained in:
William FH
2025-03-06 13:35:20 -08:00
committed by GitHub
parent 09bd5990d4
commit cbf26a5d98
@@ -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)