Update README.md
This commit is contained in:
parent
0f02edf30d
commit
df4e7f09cd
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ import cognee
|
||||||
text = """Natural language processing (NLP) is an interdisciplinary
|
text = """Natural language processing (NLP) is an interdisciplinary
|
||||||
subfield of computer science and information retrieval"""
|
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
|
cognee.cognify() # Use LLMs and cognee to create knowledge
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue