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

# Semantic Search

> Build semantic search on your data in just a few steps

Metal provides a simple way to build semantic search on your data.
You can use the UI or the API to build a search engine over your entire dataset, or refine your queries with filters to get specific results.

# Build Semantic Search

<CardGroup>
  <Card title="UI Creation Flow" icon="searchengin" href="/guides/misc-semantic-search">
    How-to Guide: Building Semantic Search using the UI.
  </Card>

  <Card title="API" icon="gears" href="/rest-api/documents/indexing">
    Use the API to build your search engine.
  </Card>
</CardGroup>

# Examples

<CardGroup>
  <Card title="Semantic Search" icon="magnifying-glass" href="https://replit.com/@getmetal/Metal-Simple-Search-node">
    Semantic search example with Metal Retrieval in Node.
  </Card>

  <Card title="Multi Tenant Search" icon="people-roof" href="https://github.com/getmetal/Metal/blob/main/examples/03-multitenancy/multitenancy_search.ipynb">
    Build semantic search with Multi tenancy in Python.
  </Card>
</CardGroup>
