The Create embedding vectors node is a super node that transforms text segments into numerical vector representations using specialized embedding services. This node serves as a critical component in the knowledge base creation pipeline by converting human-readable text segments into mathematical vectors that enable semantic search, similarity analysis, and vector database operations.
The node provides access to multiple embedding service families to deliver flexible vector generation capabilities:
The node accepts segments from segmentation workflows and produces embeddings that can be used directly with knowledge database creation, vector similarity searches, or Real-time knowledge injector workflows. The embedding quality and characteristics are entirely determined by your selected service and model configuration.
| Property | Value |
|---|---|
| Node Type | Embedding generation |
| Category | Knowledge bases |
Note: This is a super node that depends on selected services for its functionality. The parameters, input ports and output ports below are the base set provided by the node. Selected services will add their specific parameters and may modify available options.
| Parameter | Type | Options | Default | Required | Description |
|---|---|---|---|---|---|
| Embedding service | Service | See Available Services | — | Yes | Select the embedding service and model for vector generation |
Service-specific parameters will be added dynamically based on the selected embedding service.
| Port | Type | Accepts | Required | Description |
|---|---|---|---|---|
| Segments | Segments | Segments | Yes | Text segments to convert into embedding vectors |
| Port | Type | Description |
|---|---|---|
| Embeddings | Embeddings | Generated embedding vectors for the input segments |