From df4e7f09cdc603bc22aa098982cf6204b6d03596 Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Tue, 23 Apr 2024 08:53:45 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b50e6b22..d991a0095 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ import cognee text = """Natural language processing (NLP) is an interdisciplinary subfield of computer science and information retrieval""" -cognee.add(text) # Add a new piece of information +cognee.add([text], "example_dataset") # Add a new piece of information cognee.cognify() # Use LLMs and cognee to create knowledge