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