ComfyUI Node
Search with Exclusion
A ComfyUI node in Eric/SemanticSearch with 9 inputs and 1 output.
Search with Exclusion
- index
- model
- results
◄query►
◄exclude►
◄top_k50►
◄exclusion_threshold0.30►
◄min_score0.00►
◄result_typeall►
◄instruction►
CategoryEric/SemanticSearch
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| index | SEMANTIC_INDEX | — | |
| model | EMBEDDING_MODEL | — | |
| query | STRING | Main search query (what you want to find) | |
| exclude | STRING | Terms to exclude, comma-separated (e.g., 'beach, sand, water') | |
| top_kopt | INT | 501–500 | — |
| exclusion_thresholdopt | FLOAT | 0.300–1 | Similarity threshold for exclusion. Higher = stricter exclusion (fewer results). |
| min_scoreopt | FLOAT | 0.000–1 | — |
| result_typeopt | COMBO | all | Filter results by media type: all, images, videos, documents, or media (images+videos) |
| instructionopt | STRING | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| results | SEARCH_RESULTS | — |