diff --git a/README.md b/README.md index b9aa9994a..ae1f5f365 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,19 @@ You can also cognify your files and query using cognee UI. Cognee UI 2 -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