---
title: "Index Embedding"
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/indexembedding
markdown: https://docs.nodetool.ai/nodes/vector/indexembedding.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/vector/indexembedding.md
---

# Index Embedding

**Type:** `vector.IndexEmbedding`

**Namespace:** `vector`

## Description

Index a single embedding vector into a collection with optional metadata. Creates a searchable entry that can be queried for similarity matching.
    vector, index, embedding, storage, RAG

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| collection | `collection` | The collection to index | `{"type":"collection","name":""}` |
| embedding | `list` | The embedding to index | `{"type":"list","value":null,"dtype":"<i8","shap...` |
| index_id | `union[str, list[str]]` | The ID to associate with the embedding | `` |
| metadata | `union[dict, list[dict]]` | The metadata to associate with the embedding | `{}` |

## Outputs

_(none)_

## Related Nodes

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