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

# Peek

**Type:** `vector.Peek`

**Namespace:** `vector`

## Description

Peek at the documents in a collection.
    vector, embedding, collection, RAG, preview

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| collection | `collection` | The collection to peek | `{"type":"collection","name":""}` |
| limit | `int` | The limit of the documents to peek | `100` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `list[str]` |  |

## Related Nodes

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