This commit is contained in:
David Myriel 2025-10-31 17:00:23 +01:00
parent a068f3536b
commit 3472f62a84

View file

@ -153,7 +153,7 @@ if __name__ == '__main__':
As you can see, the output is generated from the document we previously stored in Cognee: As you can see, the output is generated from the document we previously stored in Cognee:
``` ```bash
Cognee turns documents into AI memory. Cognee turns documents into AI memory.
``` ```
@ -161,7 +161,7 @@ As you can see, the output is generated from the document we previously stored i
As an alternative, you can get started with these essential commands: As an alternative, you can get started with these essential commands:
``` ```bash
cognee-cli add "Cognee turns documents into AI memory." cognee-cli add "Cognee turns documents into AI memory."
cognee-cli cognify cognee-cli cognify
@ -172,7 +172,7 @@ cognee-cli delete --all
``` ```
To open the local UI, run: To open the local UI, run:
``` ```bash
cognee-cli -ui cognee-cli -ui
``` ```