Update README.md
This commit is contained in:
parent
50fc5c9868
commit
45d3e23690
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue