From 2d7635db8926e0b3b4884d44d24adf295678d62d Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Sun, 12 Jan 2025 20:58:35 +0100 Subject: [PATCH] Update README.md --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f35829783..8ff2d71d5 100644 --- a/README.md +++ b/README.md @@ -101,15 +101,9 @@ cognee.config.set_graphistry_config({ }) ``` -(Optional) To run the UI, go to cognee-frontend directory and run: -``` -npm run dev -``` -or run everything in a docker container: -``` -docker-compose up -``` -Then navigate to localhost:3000 +(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. + If you want to use Cognee with PostgreSQL, make sure to set the following values in the .env file: ```