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

# Collection

**Type:** `vector.Collection`

**Namespace:** `vector`

## Description

Get or create a named vector database collection for storing embeddings.
    vector, embedding, collection, RAG, get, create

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| name | `str` | The name of the collection to create | `` |
| embedding_model | `llama_model` | Model to use for embedding, search for nomic-embed-text and download it | `{"type":"llama_model","name":"","repo_id":"","m...` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `collection` |  |

## Related Nodes

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