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

# Remove Overlap

**Type:** `vector.RemoveOverlap`

**Namespace:** `vector`

## Description

Removes overlapping words between consecutive strings in a list. Splits text into words and matches word sequences for more accurate overlap detection.
    vector, RAG, query, text, processing, overlap, deduplication

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| documents | `list[str]` | List of strings to process for overlap removal | `[]` |
| min_overlap_words | `int` | Minimum number of words that must overlap to be considered | `2` |

## Outputs

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

## Related Nodes

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