diff --git a/README.md b/README.md index e1a4567ea..3ffcfd309 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # cognee -AI Applications and RAGs - Cognitive Architecture, Testability, Production Ready Apps +AI Memory - Cognitive Architecture, Testability, Production-Ready Apps
@@ -9,7 +9,7 @@ AI Applications and RAGs - Cognitive Architecture, Testability, Production Ready
- Open-source framework for building and testing RAGs and Cognitive Architectures, designed for accuracy, transparency, and control. + Open-source framework for building AI Memory, extending the limits of cognitive architecture, designed for accuracy, transparency, and control.
@@ -56,8 +56,8 @@ AI Applications and RAGs - Cognitive Architecture, Testability, Production Ready
[Star us on Github!](https://www.github.com/topoteretes/cognee)
-Jump into the world of RAG architecture, inspired by human cognitive processes, using Python.
-Cognee runs in iterations, from POC towards production ready code.
+Jump into AI memory architecture, inspired by human cognitive processes, using Python.
+Cognee runs in iterations, from POC towards production-ready code.
To read more about the approach and details on cognitive architecture, see the blog post: AI Applications and RAGs - Cognitive Architecture, Testability, Production Ready Apps
@@ -67,7 +67,7 @@ Try it yourself on Whatsapp with one of our partners<
## Getting started
-In order to run cognee you need to have Docker installed on your machine.
+To run cognee you need to have Docker installed on your machine.
Run Cognee in a couple of steps:
- Run `cp .env.template .env` in your terminal and set all the environment variables
@@ -77,7 +77,7 @@ Run Cognee in a couple of st
## Debugging
-In order to run Cognee with debugger attached you need to build the Cognee image with the `DEBUG` flag set to true.
+To run Cognee with debugger attached you need to build the Cognee image with the `DEBUG` flag set to true.
- `docker compose build cognee --no-cache --build-arg DEBUG=true`
- `docker compose up cognee`
@@ -86,13 +86,6 @@ In order to run Cognee with debugger attached you need to build the Cognee image
## Demo
[
](https://www.youtube.com/watch?v=yjParvJVgPI "Learn about cognee: 55")
-## Current Focus
-
-### Integration with keepi.ai and other apps
-- Cognee uses Neo4j graph database to map user data into a graph structure consisting of semantic, episodic, and procedural memory.
-- Stores data and files through the WhatsApp chatbot keepi.ai
-- Uses the graph to answer user queries and store new information in the graph.
-
## Architecture
@@ -107,3 +100,11 @@ Our framework for the OpenAI, Graph (Neo4j) and Vector (Weaviate) databases intr

+
+## Current Focus
+
+### Integration with keepi.ai and other apps
+- Cognee uses the Neo4j graph database to map user data into a graph structure consisting of semantic, episodic, and procedural memory.
+- Stores data and files through the WhatsApp chatbot keepi.ai
+- Uses the graph to answer user queries and store new information in the graph.
+