Update docs/quickstart.md
This commit is contained in:
parent
64bc425330
commit
bb404f51f9
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ await cognee.add(text) # Add a new piece of information
|
|||
|
||||
await cognee.cognify() # Use LLMs and cognee to create knowledge
|
||||
|
||||
search_results = await cognee.search("INSIGHTS", {'query_text': 'Tell me about NLP'}) # Query cognee for the knowledge
|
||||
search_results = await cognee.search(SearchType.INSIGHTS, query_text='Tell me about NLP') # Query cognee for the knowledge
|
||||
|
||||
for result_text in search_results:
|
||||
print(result_text)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue