You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build/mapping-creator/index.md
+30-24Lines changed: 30 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,60 +7,66 @@ tags:
7
7
---
8
8
# Mapping Creator
9
9
10
-
## Configuration
10
+
## Configuration Info
11
+
12
+
A specific configuration is require to activate this feature.
13
+
Furthermore, for best experience an LLM provider configuration is also needed.
14
+
See the link in the info box for details.
11
15
12
16
!!! info "Configuration"
13
17
14
18
See [Mapping Creator and LLM Configuration](../../deploy-and-configure/configuration/dataintegration/index.md#mapping-creator-and-llm-configuration) to learn how to enable and configure this feature.
15
19
16
-
The Mapping Creator need to configured in order to be activated and used.
17
-
Furthermore, for best experience it requires an LLM provider configuration, see the link in the info box for the details.
18
-
19
20
## Usage
20
21
22
+
The Mapping Creator is a feature of BUILD transformation tasks (_BUILD_> _Project_> (_Workflow_>) _Transformation_> _Mapping Creator_).
Access help and a feature tour via the help menu :eccenca-item-question:.
26
29
27
-
**TODO:** describe how to get there in the first place!!! BUILD > Project > [ Workflow > ] Transformation > Mapping Creator
28
-
29
30
Use the Mapping Creator to connect your data to semantic models.
30
-
Using visual tools, drag-and-drop, and suggestions, you’ll create mappings between your source data and knowledge graph classes as well as their properties.
31
+
Using visual tools, drag-and-drop, and suggestions, you are able to create mappings between your source data and knowledge graph classes as well as their properties.
- Mappings between elements in the source schema and elements in the target schema.
35
+
The Mapping Creator consists of three parts:
39
36
40
-
**TODO**: rename _sidebar_ and describe the actual _sidebars_ properly (left: schema information, right: see below (Edit saved mapping rule))
37
+
- Source schema shown on the left side
38
+
- Target Schema shown on the right side
39
+
- Mappings between elements in the source schema and in the target schema
41
40
42
41
You can move, connect or disconnect, and inspect each element visually.
43
42
43
+
<!--
44
+
**TODO**: Clicking on an element in the source schema opens a detail view showing more schema information and describe the actual _sidebars_ properly (left: schema information, right: see below (Edit saved mapping rule)) **TODO**:@rpietzsch please add Details...
45
+
-->
46
+
44
47
### Color Legend
45
48
49
+
Each color and visual element used in the Mapping Creator has a specific meaning as shown in the screenshot below.
To complete a mapping properties need to be added to complete your desired target schema (i.e. the graph fragment that your transformation shall yield).
63
-
The following two options exist to add properties.
65
+
66
+
There are two options to add properties:
67
+
68
+
- during class selection
69
+
- from vocabularies
64
70
65
71
##### During class selection
66
72
@@ -74,7 +80,7 @@ In the _add target class_ dialog you may select different kind of properties:
74
80
75
81
The property preview helps to confirm your choice.
76
82
77
-
##### By adding a property from your vocabularies
83
+
##### From vocabularies
78
84
79
85
{ class="bordered" width="80%" }
80
86
@@ -96,15 +102,15 @@ Click on an already saved target element to show more details.
96
102
With the :eccenca-item-edit: Pencil icon you can edit the mapping rule and rename elements, or adjust configurations.
97
103
Advanced users can refine transformation logic here.
98
104
99
-
### Smart suggestions
105
+
### Smart suggestions with AI support
100
106
101
107
!!! info
102
108
Note that this feature is only available if a Large Language Model is configured.
103
109
104
110
Click the :eccenca-application-ai-suggestion: Magic Wand to automatically generate mapping suggestions based on your data and the selected class.
105
111
Accept (:octicons-thumbsup-16:) or reject (:octicons-thumbsdown-16:) each suggestion as needed.
106
112
107
-
#### Class Suggestions
113
+
#### Class suggestions
108
114
109
115
{ class="bordered" }
110
116
@@ -113,7 +119,7 @@ Alternatively, you can search for classes manually by typing text into the searc
113
119
114
120
Hover over the wand icon for each suggestion to understand why this class has been recommended.
115
121
116
-
#### Property Suggestions
122
+
#### Property suggestions
117
123
118
124
Property suggestions are generated that map your source data to elements of the selected target vocabularies.
119
125
You can accept (:octicons-thumbsup-16:) or reject (:octicons-thumbsdown-16:) each suggestion.
Copy file name to clipboardExpand all lines: docs/deploy-and-configure/configuration/dataintegration/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1033,7 +1033,7 @@ Enable (or disable) the new visual [Mapping Create UI](../../../build/mapping-cr
1033
1033
com.eccenca.di.mappingCreatorEnabled = true
1034
1034
```
1035
1035
1036
-
The [Mapping Creator can optionally use LLM](../../../build/mapping-creator/index.md#smart-suggestions) to automatically generate class and property mappings.
1036
+
The [Mapping Creator can optionally use LLM](../../../build/mapping-creator/index.md#smart-suggestions-with-ai-support) to automatically generate class and property mappings.
1037
1037
Use the following configuration section as a blueprint to set up your OpenAI-compatible endpoint, providing:
0 commit comments