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
This commit is contained in:
Igor Ilic 2024-10-29 14:20:47 +01:00
parent b09b3f1693
commit 2ba57220d8

View file

@ -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",