From 3f86061cd6f31dcbb6a3f5db859df09f6203ef4e Mon Sep 17 00:00:00 2001
From: Vasilije <8619304+Vasilije1990@users.noreply.github.com>
Date: Mon, 27 May 2024 16:08:02 +0200
Subject: [PATCH 1/3] Update README.md
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 462fb4c61..a39acfdfc 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,7 @@ Deterministic LLMs Outputs for AI Engineers using graphs, LLMs and vector retrie
Try it in a Google collab notebook or have a look at our documentation
+
If you have questions, join our Discord community
From 50fc5c98686ecf037d80ea6632a8b81295cca7ea Mon Sep 17 00:00:00 2001
From: Vasilije <8619304+Vasilije1990@users.noreply.github.com>
Date: Mon, 27 May 2024 17:49:54 +0200
Subject: [PATCH 2/3] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a39acfdfc..a7741d0bb 100644
--- a/README.md
+++ b/README.md
@@ -32,9 +32,10 @@ Deterministic LLMs Outputs for AI Engineers using graphs, LLMs and vector retrie

-Try it in a Google collab notebook or have a look at our documentation
+Try it in a Google collab notebook or have a look at our documentation
+https://colab.research.google.com/drive/184Kpe9XGjrt8nVss0WDiPsPRrPk5lZ6o?usp=sharing
If you have questions, join our Discord community
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 3/3] 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