Update README.md

This commit is contained in:
Vasilije 2025-01-12 20:58:35 +01:00 committed by GitHub
parent 0aacd3c38b
commit 2d7635db89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -101,15 +101,9 @@ cognee.config.set_graphistry_config({
}) })
``` ```
(Optional) To run the UI, go to cognee-frontend directory and run: (Optional) To run the with an UI, go to cognee-mcp directory and follow the instructions.
``` You will be able to use cognee as mcp tool and create graphs and query them.
npm run dev
```
or run everything in a docker container:
```
docker-compose up
```
Then navigate to localhost:3000
If you want to use Cognee with PostgreSQL, make sure to set the following values in the .env file: If you want to use Cognee with PostgreSQL, make sure to set the following values in the .env file:
``` ```