Add the cognee integration page#500
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
d570da7 to
633c456
Compare
633c456 to
1f92ab1
Compare
1f92ab1 to
ddc5b43
Compare
kacperlukawski
left a comment
There was a problem hiding this comment.
Could we extend the configuration section so it's clear what vars are needed and what are the defaults? It's currently a bit generic, and unclear for someone with no prior Cognee experience.
| Optionally, set a separate embedding API key (defaults to `LLM_API_KEY` when unset): | ||
|
|
||
| ```bash | ||
| export EMBEDDING_API_KEY="your-embedding-api-key" | ||
| ``` |
There was a problem hiding this comment.
It's a bit unclear why we need a separate key, if the LLM_API_KEY works perfectly fine.
There was a problem hiding this comment.
Okay, I checked the docs, and it seems it uses OpenAI as a default provider. I think it's a bit unclear looking at the integration page.
https://docs.cognee.ai/setup-configuration/overview#environment-variable-quick-reference
| Set your LLM API key (used by Cognee for knowledge graph extraction and queries): | ||
|
|
||
| ```bash | ||
| export LLM_API_KEY="your-llm-api-key" | ||
| ``` |
There was a problem hiding this comment.
Does Cognee recognize the provider based on the API key?
|
@bilgeyucel Apologies for the mess with some force-pushed commits, but I wanted to fix the build previews. Good thing is: we have them working finally! |
No description provided.