---
title: "Feature Extraction"
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/huggingface/featureextraction
markdown: https://docs.nodetool.ai/nodes/huggingface/featureextraction.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/huggingface/featureextraction.md
---

# Feature Extraction

**Type:** `huggingface.FeatureExtraction`

**Namespace:** `huggingface`

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| model | `str` | Feature-extraction / embedding model repo id. | `sentence-transformers/all-MiniLM-L6-v2` |
| inputs | `str` | The text to embed. | `` |
| normalize | `bool` | L2-normalize the returned embedding. | `false` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `list` |  |

## Related Nodes

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