Update README.md
This commit is contained in:
parent
0aacd3c38b
commit
2d7635db89
1 changed files with 3 additions and 9 deletions
12
README.md
12
README.md
|
|
@ -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:
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue