From 2ba57220d8d93afe9f723d053cb5f61582db5085 Mon Sep 17 00:00:00 2001 From: Igor Ilic Date: Tue, 29 Oct 2024 14:20:47 +0100 Subject: [PATCH] test: Add typo in notebook to test github action Added typo in notebook to test if github action will catch the issue Test #COG-462 --- notebooks/cognee_demo.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/cognee_demo.ipynb b/notebooks/cognee_demo.ipynb index c2c249538..34497f9e4 100644 --- a/notebooks/cognee_demo.ipynb +++ b/notebooks/cognee_demo.ipynb @@ -658,7 +658,7 @@ " cognee_config = get_cognify_config()\n", "\n", " tasks = [\n", - " Task(classify_documents),\n", + " Task(classify_documentss),\n", " Task(check_permissions_on_documents, user = user, permissions = [\"write\"]),\n", " Task(infer_data_ontology, root_node_id = root_node_id, ontology_model = KnowledgeGraph),\n", " Task(source_documents_to_chunks, chunk_size = 800, parent_node_id = root_node_id), # Classify documents and save them as a nodes in graph db, extract text chunks based on the document type\n",