fix: Resolve issue with dataset names for example

This commit is contained in:
Igor Ilic 2025-10-30 17:13:10 +01:00
parent 9d8430cfb0
commit e061f34a28

View file

@ -67,7 +67,6 @@ async def run_feedback_enrichment_memify(last_n: int = 5):
extraction_tasks=extraction_tasks,
enrichment_tasks=enrichment_tasks,
data=[{}], # A placeholder to prevent fetching the entire graph
dataset="feedback_enrichment_minimal",
)