From 4ef56a654d48405a708e2a8e6d2bbf4a4be5c731 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 7 Oct 2024 20:16:38 +0900 Subject: [PATCH] docs: update quickstart.md (#143) enviroment -> environment --- docs/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index d662c9282..5005ad85a 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -14,7 +14,7 @@ Navigate to cognee folder and run docker compose up postgres ``` -Add your LLM API key to the enviroment variables +Add your LLM API key to the environment variables ``` import os @@ -54,4 +54,4 @@ for result_text in search_results[0]: ``` In the example above, we add a piece of information to cognee, use LLMs to create a GraphRAG, and then query cognee for the knowledge. -cognee is composable and you can build your own cognee pipelines using our [templates.](templates.md) \ No newline at end of file +cognee is composable and you can build your own cognee pipelines using our [templates.](templates.md)