> ## 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.

# Deeplake

[Deeplake](https://www.deeplake.ai/) is a database optimized for AI and deep learning
applications.

## Installation and Setup

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

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

## Vector stores

See detail on available vector stores
[here](/oss/python/integrations/vectorstores/activeloop_deeplake).
