CogneeRetriever
This will help you get started with the Cognee retriever. For detailed documentation of all CogneeRetriever features and configurations head to the API reference.Integration details
Bring-your-own data (i.e., index and search a custom corpus of documents):Retriever | Self-host | Cloud offering | Package |
---|---|---|---|
CogneeRetriever | ✅ | ❌ | langchain-cognee |
Setup
For cognee default setup, only thing you need is your OpenAI API key. If you want to get automated tracing from individual queries, you can also set your LangSmith API key by uncommenting below:Installation
This retriever lives in thelangchain-cognee
package: