From 45d3e236909cbb5f76717e141788174d8162475e Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Tue, 28 May 2024 10:33:49 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a7741d0bb..92479b2ff 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,12 @@ import cognee cognee.config.llm_api_key = "YOUR_OPENAI_API_KEY" ``` +To run the UI, run: +``` +docker-compose up cognee +``` +Then navigate to localhost:3000/wizard + You can also use Ollama or Anyscale as your LLM provider. For more info on local models check our [docs](https://topoteretes.github.io/cognee) ### Run