From 819e411149248e7ab4ddc839e3a619d6a2e8d59a Mon Sep 17 00:00:00 2001 From: Daniel Molnar Date: Mon, 10 Mar 2025 16:07:36 +0100 Subject: [PATCH] Small clarifications. (#624) ## Description Small clarifications in README.md. ## DCO Affirmation I affirm that all code in every commit of this pull request conforms to the terms of the Topoteretes Developer Certificate of Origin ## Summary by CodeRabbit - **Documentation** - Updated documentation to feature a single, centrally positioned demo link for clearer navigation. - Clarified setup instructions to indicate that default configurations are applied when custom environment variables are not provided. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ef37fd157..7af33c120 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ cognee - memory layer for AI apps and Agents

+ Demo + . Learn more · Join Discord - · - Demo

@@ -89,7 +89,7 @@ Add LLM_API_KEY to .env using the command bellow. ``` echo "LLM_API_KEY=YOUR_OPENAI_API_KEY" > .env ``` -You can see available env variables in the repository `.env.template` file. +You can see available env variables in the repository `.env.template` file. If you don't specify it otherwise, like in this example, SQLite (relational database), LanceDB (vector database) and NetworkX (graph store) will be used as default components. This script will run the default pipeline: