Update README.md

This commit is contained in:
Vasilije 2024-05-28 10:33:49 +02:00 committed by GitHub
parent 50fc5c9868
commit 45d3e23690
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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