From 636df4900643c2e5d3a6ec3a8d8711425073b2ab Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Mon, 19 Feb 2024 18:00:48 +0100 Subject: [PATCH] Fixes to README.md --- README.md | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index e89ef71f0..59ffda55f 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,8 @@ To read more about the approach and details on cognitive architecture, see the b Try it yourself on Whatsapp with one of our partners by typing `/save {content you want to save}` followed by `/query {knowledge you saved previously}` + + ## Getting started In order to run cognee you need to have Docker installed on your machine. @@ -80,27 +82,10 @@ In order to run Cognee with debugger attached you need to build the Cognee image - `docker compose build cognee --no-cache --build-arg DEBUG=true` - `docker compose up cognee` -### Visual Studio Code debugger -Add the following configuration to VSCode `Run and Debug` configurations array: -```json - { - "name": "Attach (remote debug)", - "type": "python", - "request": "attach", - "port": 5678, - "host": "127.0.0.1", - "pathMappings": [{ - "localRoot": "${workspaceFolder}", - "remoteRoot": "." - }] - } -``` - -It should look like this: - - +## Demo +[](https://www.youtube.com/watch?v=yjParvJVgPI "Learn about cognee: 55") ## Current Focus ### Integration with keepi.ai and other apps