Merge branch 'dev' into feature/cog-2950-ontologyresolver-abstraction

This commit is contained in:
hajdul88 2025-09-17 12:23:39 +02:00 committed by GitHub
commit 6e47de4979
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -176,7 +176,19 @@ You can also cognify your files and query using cognee UI.
<img src="assets/cognee-new-ui.webp" width="100%" alt="Cognee UI 2"></a>
Try cognee UI by runnning ``` cognee-cli -ui ``` command on your terminal.
### Installation for UI
To use the cognee UI with full functionality, you need to install cognee with API dependencies:
```bash
pip install 'cognee[api]'
```
The UI requires backend server functionality (uvicorn and other API dependencies) which are not included in the default cognee installation to keep it lightweight.
### Running the UI
Try cognee UI by running ``` cognee-cli -ui ``` command on your terminal.
## Understand our architecture