docs: update quickstart.md (#143)

enviroment -> environment
This commit is contained in:
Ikko Eltociear Ashimine 2024-10-07 20:16:38 +09:00 committed by GitHub
parent fcd60861ba
commit 4ef56a654d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)
cognee is composable and you can build your own cognee pipelines using our [templates.](templates.md)