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

# 🗄️ Vector databases

## Overview

Utilizing a vector database alongside Embedchain is a seamless process. All you need to do is configure it within the YAML configuration file. We've provided examples for each supported database below:

<CardGroup cols={4}>
  <Card title="ChromaDB" href="#chromadb" />

  <Card title="Elasticsearch" href="#elasticsearch" />

  <Card title="OpenSearch" href="#opensearch" />

  <Card title="Zilliz" href="#zilliz" />

  <Card title="LanceDB" href="#lancedb" />

  <Card title="Pinecone" href="#pinecone" />

  <Card title="Qdrant" href="#qdrant" />

  <Card title="Weaviate" href="#weaviate" />
</CardGroup>

<Snippet file="missing-vector-db-tip.mdx" />
