parent
fcd60861ba
commit
4ef56a654d
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue