Skip to content

Commit cf88138

Browse files
committed
add transform subdirectory per main category
1 parent 50e41ef commit cf88138

298 files changed

Lines changed: 801 additions & 714 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Taskfile.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,11 @@ tasks:
147147
DATATYPES_MD: "{{.DIR}}/datatype-reference/index.md"
148148
SRC: tools/update-shape-reference
149149

150+
update:di-reference:
151+
desc: update the task and operator reference pages
152+
cmds:
153+
- poetry run dec-tool update-di-reference
154+
150155
public:versions:
151156
desc: List public documentation versions
152157
deps:

docs/build/reference/aggregator/index.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ This kind of task aggregates multiple similarity scores.
1212

1313
**:octicons-people-24: Intended audience:** Linked Data Experts and Domain Experts
1414

15-
| Name | Description |
16-
|------------------------:| :--------- |
17-
|[And](min.md) | All input scores must be within the threshold. Selects the minimum score. |
18-
|[Average](average.md) | Computes the weighted average. |
19-
|[Euclidian distance](quadraticMean.md) | Calculates the Euclidian distance. |
20-
|[First non-empty score](firstNonEmpty.md) | Forwards the first input that provides a non-empty similarity score. |
21-
|[Geometric mean](geometricMean.md) | Compute the (weighted) geometric mean. |
22-
|[Handle missing values](handleMissingValues.md) | Generates a default similarity score, if no similarity score is provided (e.g., due to missing values). Using this operator can have a performance impact, since it lowers the efficiency of the underlying computation. |
23-
|[Negate](negate.md) | Negates the result of the input comparison. A single input is expected. Using this operator can have a performance impact, since it lowers the efficiency of the underlying computation. |
24-
|[Or](max.md) | At least one input score must be within the threshold. Selects the maximum score. |
25-
|[Scale](scale.md) | Scales a similarity score by a factor. |
15+
| Name | Category | Description |
16+
|--------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------:|:-------------------------|
17+
| [And](min.md) | None | All input scores must be within the threshold. Selects the minimum score. |
18+
| [Average](average.md) | None | Computes the weighted average. |
19+
| [Euclidian distance](quadraticMean.md) | None | Calculates the Euclidian distance. |
20+
| [First non-empty score](firstNonEmpty.md) | None | Forwards the first input that provides a non-empty similarity score. |
21+
| [Geometric mean](geometricMean.md) | None | Compute the (weighted) geometric mean. |
22+
| [Handle missing values](handleMissingValues.md) | None | Generates a default similarity score, if no similarity score is provided (e.g., due to missing values). Using this operator can have a performance impact, since it lowers the efficiency of the underlying computation. |
23+
| [Negate](negate.md) | None | Negates the result of the input comparison. A single input is expected. Using this operator can have a performance impact, since it lowers the efficiency of the underlying computation. |
24+
| [Or](max.md) | None | At least one input score must be within the threshold. Selects the maximum score. |
25+
| [Scale](scale.md) | None | Scales a similarity score by a factor. |

docs/build/reference/customtask/cmem-plugin-jq-workflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ tags:
1111

1212
!!! note inline end "Python Plugin"
1313

14-
This is a [Python Plugin](../../../develop/python-plugins/index.md).
14+
This operator is part of a Python Plugin Package.
1515
In order to use it, you need to install it,
16-
e.g. [with cmemc](../../../automate/cmemc-command-line-interface/command-reference/admin/workspace/python/index.md).
16+
e.g. with cmemc.
1717

1818

1919
> [jq](https://jqlang.org/) is like sed for JSON data - you can use it to

docs/build/reference/customtask/cmem_plugin_auth-workflow-auth-OAuth2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ tags:
1111

1212
!!! note inline end "Python Plugin"
1313

14-
This is a [Python Plugin](../../../develop/python-plugins/index.md).
14+
This operator is part of a Python Plugin Package.
1515
In order to use it, you need to install it,
16-
e.g. [with cmemc](../../../automate/cmemc-command-line-interface/command-reference/admin/workspace/python/index.md).
16+
e.g. with cmemc.
1717

1818
Provide an OAuth2 access token for other tasks (via config port).
1919

docs/build/reference/customtask/cmem_plugin_graphql-workflow-graphql-GraphQLPlugin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ tags:
1111

1212
!!! note inline end "Python Plugin"
1313

14-
This is a [Python Plugin](../../../develop/python-plugins/index.md).
14+
This operator is part of a Python Plugin Package.
1515
In order to use it, you need to install it,
16-
e.g. [with cmemc](../../../automate/cmemc-command-line-interface/command-reference/admin/workspace/python/index.md).
16+
e.g. with cmemc.
1717

1818
This workflow task performs GraphQL operations by sending
1919
queries, mutations, and variables over operations. Allows for customization

docs/build/reference/customtask/cmem_plugin_irdi-workflow-irdi_plugin-IrdiPlugin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ tags:
1111

1212
!!! note inline end "Python Plugin"
1313

14-
This is a [Python Plugin](../../../develop/python-plugins/index.md).
14+
This operator is part of a Python Plugin Package.
1515
In order to use it, you need to install it,
16-
e.g. [with cmemc](../../../automate/cmemc-command-line-interface/command-reference/admin/workspace/python/index.md).
16+
e.g. with cmemc.
1717

1818
Create unique
1919
[ECLASS](https://eclass.eu/support/technical-specification/structure-and-elements/irdi) IRDIs.

docs/build/reference/customtask/cmem_plugin_jira-JqlQuery.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ tags:
1111

1212
!!! note inline end "Python Plugin"
1313

14-
This is a [Python Plugin](../../../develop/python-plugins/index.md).
14+
This operator is part of a Python Plugin Package.
1515
In order to use it, you need to install it,
16-
e.g. [with cmemc](../../../automate/cmemc-command-line-interface/command-reference/admin/workspace/python/index.md).
16+
e.g. with cmemc.
1717

1818
This workflow task sends a [JQL query](https://www.atlassian.com/software/jira/guides/jql/overview)
1919
to the [REST API (v2)](https://developer.atlassian.com/cloud/jira/platform/rest/v2/) of a given

docs/build/reference/customtask/cmem_plugin_kafka-ReceiveMessages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ tags:
1111

1212
!!! note inline end "Python Plugin"
1313

14-
This is a [Python Plugin](../../../develop/python-plugins/index.md).
14+
This operator is part of a Python Plugin Package.
1515
In order to use it, you need to install it,
16-
e.g. [with cmemc](../../../automate/cmemc-command-line-interface/command-reference/admin/workspace/python/index.md).
16+
e.g. with cmemc.
1717

1818

1919
This workflow operator uses the Kafka Consumer API

docs/build/reference/customtask/cmem_plugin_kafka-SendMessages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ tags:
1111

1212
!!! note inline end "Python Plugin"
1313

14-
This is a [Python Plugin](../../../develop/python-plugins/index.md).
14+
This operator is part of a Python Plugin Package.
1515
In order to use it, you need to install it,
16-
e.g. [with cmemc](../../../automate/cmemc-command-line-interface/command-reference/admin/workspace/python/index.md).
16+
e.g. with cmemc.
1717

1818
This workflow operator uses the Kafka Producer API to send
1919
messages to a [Apache Kafka](https://kafka.apache.org/).

docs/build/reference/customtask/cmem_plugin_llm-CreateEmbeddings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ tags:
1111

1212
!!! note inline end "Python Plugin"
1313

14-
This is a [Python Plugin](../../../develop/python-plugins/index.md).
14+
This operator is part of a Python Plugin Package.
1515
In order to use it, you need to install it,
16-
e.g. [with cmemc](../../../automate/cmemc-command-line-interface/command-reference/admin/workspace/python/index.md).
16+
e.g. with cmemc.
1717

1818

1919
This plugin creates vector embeddings from text data using OpenAI's embeddings API.

0 commit comments

Comments
 (0)