Merge branch 'dev' into feature/cog-2950-ontologyresolver-abstraction
This commit is contained in:
commit
6e47de4979
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue