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)