> ## Documentation Index
> Fetch the complete documentation index at: https://langchain.idochub.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Cognee

Cognee implements scalable, modular ECL (Extract, Cognify, Load) pipelines that allow
you to interconnect and retrieve past conversations, documents, and audio
transcriptions while reducing hallucinations, developer effort, and cost.

Cognee merges graph and vector databases to uncover hidden relationships and new
patterns in your data. You can automatically model, load and retrieve entities and
objects representing your business domain and analyze their relationships, uncovering
insights that neither vector stores nor graph stores alone can provide.

Try it in a Google Colab  <a href="https://colab.research.google.com/drive/1g-Qnx6l_ecHZi0IOw23rg0qC4TYvEvWZ?usp=sharing">notebook</a>  or have a look at the <a href="https://docs.cognee.ai">documentation</a>.

If you have questions, join cognee <a href="https://discord.gg/NQPKmU5CCg">Discord</a> community.

Have you seen cognee's <a href="https://github.com/topoteretes/cognee-starter">starter repo</a>? Check it out!

## Installation and Setup

<CodeGroup>
  ```bash pip theme={null}
  pip install langchain-cognee
  ```

  ```bash uv theme={null}
  uv add langchain-cognee
  ```
</CodeGroup>

## Retrievers

See detail on available retrievers [here](/oss/python/integrations/retrievers/cognee).
