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