test: Fix intentional typo in notebook
Removed typo used for testing notebook github action Test #COG-462
This commit is contained in:
parent
2ba57220d8
commit
23ed38d615
1 changed files with 1 additions and 1 deletions
|
|
@ -658,7 +658,7 @@
|
|||
" cognee_config = get_cognify_config()\n",
|
||||
"\n",
|
||||
" tasks = [\n",
|
||||
" Task(classify_documentss),\n",
|
||||
" Task(classify_documents),\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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue