From 048823e7ae71e1113f629e5390ee23dd3d2b5bb6 Mon Sep 17 00:00:00 2001 From: hajdul88 <52442977+hajdul88@users.noreply.github.com> Date: Fri, 24 Jan 2025 15:52:40 +0100 Subject: [PATCH] feat: changes Readme.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 46e06a472..6bd5b30e0 100644 --- a/README.md +++ b/README.md @@ -243,7 +243,7 @@ pip install cognee ``` ### Deployment at Scale (Modal) -Scale cognee in 4 simple steps to handle enterprise workloads using [Modal](https://modal.com)'s GPU-powered infrastructure +Scale cognee in 4(+1) simple steps to handle enterprise workloads using [Modal](https://modal.com)'s GPU-powered infrastructure **1. Install the modal python client** ```bash @@ -262,6 +262,7 @@ This simple example will deploy separate cognee instances building their own mem ```bash modal run -d modal_deployment.py ``` +**5. Change the modal_deploy script and develop your own AI memory at scale 🚀** ## 💫 Contributors