From d855e2ee88e616ea65e5a435410d4c6ac459a736 Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Sat, 30 Nov 2024 16:36:34 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ac03bfd56..1cec3f051 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ import cognee cognee.config.set_llm_api_key("YOUR_OPENAI_API_KEY") ``` You can also set the variables by creating .env file, here is our template. -To use different LLM providers, for more info check out our documentation +To use different LLM providers, for more info check out our documentation If you are using Network, create an account on Graphistry to visualize results: ``` @@ -282,7 +282,7 @@ Check out our demo notebook [here](https://github.com/topoteretes/cognee/blob/ma ### Install Server -Please see the [cognee Quick Start Guide](https://topoteretes.github.io/cognee/quickstart/) for important configuration information. +Please see the [cognee Quick Start Guide](https://docs.cognee.ai/quickstart/) for important configuration information. ```bash docker compose up @@ -291,7 +291,7 @@ docker compose up ### Install SDK -Please see the cognee [Development Guide](https://topoteretes.github.io/cognee/quickstart/) for important beta information and usage instructions. +Please see the cognee [Development Guide](https://docs.cognee.ai/quickstart/) for important beta information and usage instructions. ```bash pip install cognee