> ## Documentation Index
> Fetch the complete documentation index at: https://llm-tools.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

## Overview

Utilizing a vector database alongside EmbedJs is a seamless process.
All you need to do is install the specific addon for the vector database of your choice and configure it.
We've provided examples for each supported database below:

<CardGroup cols={4}>
  <Card title="MongoDB" href="/components/vector-databases/mongodb" />

  <Card title="HNSWLib" href="/components/vector-databases/hnswlib" />

  <Card title="LibSQL" href="/components/vector-databases/libsql" />

  <Card title="LanceDB" href="/components/vector-databases/lancedb" />

  <Card title="AstraDB" href="/components/vector-databases/astradb" />

  <Card title="Pinecone" href="/components/vector-databases/pinecone" />

  <Card title="QDrant" href="/components/vector-databases/qdrant" />

  <Card title="Weaviate" href="/components/vector-databases/weaviate" />
</CardGroup>

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