> For the complete documentation index, see [llms.txt](https://databridge.gitbook.io/databridge-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://databridge.gitbook.io/databridge-docs/readme.md).

# DataBridge Docs

DataBridge is an open source library for natural language search and management of multi-modal data. Get started by [installing](/databridge-docs/getting-started/installation.md) databridge now!

## Overview

* 🧺 **All-in-One Solution**: Take care of storage, management, parsing, embedding, and search through a single RESTful API or our Python SDK.
* 📺 **Multi-Modal ingestion**: Ingest files and data of a variety of formats and types, including `.jpeg`, `.pdf`, `.csv`, and more. (Video coming soon!)
* 🔍 **Hybrid Search**: Search over your data using a mixture of natural language as well as metadata filtering.

## Getting Started

* [Installation & Setup](/databridge-docs/getting-started/installation.md) - Set up the DataBridge server
* [Quick Start](/databridge-docs/getting-started/quickstart.md) - Start using DataBridge in minutes

## API Documentation

* [API Overview](/databridge-docs/api-reference/overview.md) - Introduction to the DataBridge API
* [API Endpoints](/databridge-docs/api-reference/endpoints.md) - Detailed endpoint reference
* [Python SDK](broken://pages/vN753YTUgVet1FCXe4YH) - Complete SDK documentation

## User Guides

* [Document Ingestion](https://github.com/databridge-org/databridge-docs/blob/main/user-guides/ingestion.md) - Ingesting and managing documents
* [Querying](https://github.com/databridge-org/databridge-docs/blob/main/user-guides/querying.md) - Search and retrieve documents
