---
title: "Index Image"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/vector/indeximage
markdown: https://docs.nodetool.ai/nodes/vector/indeximage.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/vector/indeximage.md
---

# Index Image

**Type:** `vector.IndexImage`

**Namespace:** `vector`

## Description

Index a list of image assets or files.
    vector, embedding, collection, RAG, index, image, batch

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| collection | `collection` | The collection to index | `{"type":"collection","name":""}` |
| image | `image` | The image asset to index | `{"type":"image","uri":"","asset_id":null,"data"...` |
| index_id | `str` | The ID to associate with the image, defaults to the URI of the image | `` |
| metadata | `dict` | The metadata to associate with the image | `{}` |
| upsert | `bool` | Whether to upsert the images | `false` |

## Outputs

_(none)_

## Related Nodes

Browse other nodes in the [vector](./) namespace.
