Deeplake¶
GPU-accelerated database for multimodal AI. Store, index, search, and stream data to your models and agents.
Get Started¶
-
Install the SDK, create a table, ingest files, and run your first vector search in 2 minutes.
-
Call Deeplake from any language with plain HTTP. Create tables, upload files, and query with curl.
Learn¶
-
Core concepts, tables, files, indexes, and search. Everything you need to build with Deeplake.
-
Production-ready projects: image search, video retrieval, RAG, agent memory, and more.
Reference¶
-
All HTTP endpoints: auth, workspaces, tables, SQL queries, files, and batch operations.
-
Vector
<#>, BM25, hybrid search, JSONB operators, index syntax, and tensor types. -
Clientconstructor,ingest(),query(),open_table(), table management, and environment variables.