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

# Integrations

> Connect Tensorlake with your favorite AI frameworks, vector databases, and data platforms.

Tensorlake is designed to be the ingestion and processing layer for your AI stack. We provide seamless integrations with leading orchestration frameworks, vector databases, and data platforms to help you build end-to-end workflows.

## Orchestration Frameworks

Build powerful agents and RAG pipelines by combining Tensorlake's document understanding with your preferred framework.

<CardGroup cols={2}>
  <Card title="LangChain" icon="link" href="/integrations/langchain">
    Use Tensorlake loaders and tools directly within your LangChain chains and agents.
  </Card>

  <Card title="OpenAI Agents SDK" icon="openai" href="/examples/agentic-applications/deep-research">
    Power your OpenAI agents with structured data extraction and document processing tools.
  </Card>
</CardGroup>

## Vector Databases

Index your parsed documents efficiently for Retrieval Augmented Generation (RAG).

<CardGroup cols={2}>
  <Card title="Qdrant" icon="database" href="/integrations/qdrant">
    Upsert structured points and embeddings directly into Qdrant collections.
  </Card>

  <Card title="Chroma" icon="database" href="/integrations/chroma">
    Store and retrieve document chunks with rich metadata in ChromaDB.
  </Card>
</CardGroup>

## Data Platforms

Turn unstructured documents into analytical tables for SQL queries and business intelligence.

<CardGroup cols={2}>
  <Card title="Databricks" icon="chart-simple" href="/integrations/databricks">
    Load extracted data into Databricks Delta Tables for large-scale analytics.
  </Card>

  <Card title="MotherDuck" icon="duck" href="/integrations/motherduck">
    Query your parsed documents using SQL with DuckDB in the cloud.
  </Card>
</CardGroup>

## Advanced Processing

Enhance your pipelines with specialized processing tools.

<CardGroup cols={2}>
  <Card title="Chonkie" icon="scissors" href="/examples/cookbooks/chonkie">
    Semantic chunking that respects the structure of your Tensorlake-parsed documents.
  </Card>
</CardGroup>
