Skip to content

Commit da53a00

Browse files
authored
improve cognee integration docs (#508)
1 parent f103bc4 commit da53a00

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

integrations/cognee.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Install the integration:
5454
pip install cognee-haystack
5555
```
5656

57-
Set your LLM API key (used by Cognee for knowledge graph extraction and queries):
57+
Set your LLM API key (used by Cognee for knowledge graph extraction and queries, default is OpenAI):
5858

5959
```bash
6060
export LLM_API_KEY="your-llm-api-key"
@@ -66,7 +66,7 @@ Optionally, set a separate embedding API key (defaults to `LLM_API_KEY` when uns
6666
export EMBEDDING_API_KEY="your-embedding-api-key"
6767
```
6868

69-
Cognee reads LLM provider, database, and vector-store settings from environment variables. See the [Cognee documentation](https://docs.cognee.ai) for the full list of configuration options.
69+
Cognee reads LLM provider, database, and vector-store settings from environment variables. See the [Cognee documentation](https://docs.cognee.ai/setup-configuration/overview#environment-variable-quick-reference) for the full list of configuration options.
7070

7171
## Usage
7272

0 commit comments

Comments
 (0)