Type: vector.chroma.RemoveOverlap
Namespace: vector.chroma
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] |
Metadata
Related Nodes
Browse other nodes in the vector.chroma namespace.