return all checkpoints from .list

This commit is contained in:
vbarda
2024-08-12 15:52:17 -04:00
parent 9948125745
commit fb05bdc2bf
6 changed files with 90 additions and 155 deletions
@@ -70,9 +70,6 @@ def search_where(
if config is not None:
wheres.append("thread_id = ?")
param_values.append(config["configurable"]["thread_id"])
checkpoint_ns = config["configurable"].get("checkpoint_ns", "")
wheres.append("checkpoint_ns = ?")
param_values.append(checkpoint_ns)
# construct predicate for metadata filter
if filter: