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: data/integrations.yml
+65-11Lines changed: 65 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -26,26 +26,25 @@ integrations:
26
26
icon: ":material-microsoft-azure:"
27
27
content: |
28
28
Use the {{p.cmem_plugin_llm_ExecuteInstructions}} or {{p.cmem_plugin_llm_CreateEmbeddings}} task
29
-
to interact with Azure AI Foundry provided Large Language Models (LLMs).
29
+
to interact with any [Azure AI Foundry provided Large Language Models](https://ai.azure.com/catalog) (LLMs).
30
30
31
31
- name: OpenRouter
32
32
icon: ":octicons-ai-model-24:"
33
33
content: |
34
34
Use the {{p.cmem_plugin_llm_ExecuteInstructions}} or {{p.cmem_plugin_llm_CreateEmbeddings}} task
35
-
to interact with Anthropic / Claude provided Large Language Models (LLMs).
35
+
to interact with any [OpenRouter provided Large Language Models](https://openrouter.ai/models) (LLMs).
36
36
37
37
- name: Anthropic / Claude
38
38
icon: ":simple-anthropic:"
39
39
content: |
40
40
Use the {{p.cmem_plugin_llm_ExecuteInstructions}} or {{p.cmem_plugin_llm_CreateEmbeddings}} task
41
-
to interact with Anthropic / Claude provided Large Language Models (LLMs).
41
+
to interact with any [Anthropic / Claude provided Large Language Models](https://docs.claude.com/en/docs/about-claude/models/overview) (LLMs).
42
42
43
43
- name: OpenAI
44
44
icon: ":simple-openai:"
45
45
content: |
46
46
Use the {{p.cmem_plugin_llm_ExecuteInstructions}} or {{p.cmem_plugin_llm_CreateEmbeddings}} task
47
-
to interact with OpenAI provided Large Language Models (LLMs).
48
-
47
+
to interact with any [OpenAI provided Large Language Models](https://platform.openai.com/docs/models) (LLMs).
49
48
50
49
#####
51
50
# Services
@@ -110,6 +109,21 @@ integrations:
110
109
Send workflow reports or any other message to user and groups in you Mattermost with
111
110
the {{p.cmem_plugin_mattermost}} task.
112
111
112
+
- name: Spark
113
+
icon: ":simple-apachespark:"
114
+
content: |
115
+
Apply a [Spark](https://spark.apache.org/) function to a specified field using {{p.SparkFunction}}.
116
+
117
+
- name: REST
118
+
icon: ":material-application-braces-outline:"
119
+
content: |
120
+
Execute REST requests using {{p.eccencaRestOperator}}.
121
+
122
+
- name: PowerBI
123
+
icon: ":other-powerbi:"
124
+
content: |
125
+
Leverage your Knowledge Graphs in PowerBI using our [Corporate Memory Power-BI-Connector](../../consume/consuming-graphs-in-power-bi/index.md).
126
+
113
127
#####
114
128
# Files
115
129
#####
@@ -151,37 +165,77 @@ integrations:
151
165
content: |
152
166
Use the {{p.json}} dataset to read and write files in the [JSON Lines](https://jsonlines.org/) text file format.
153
167
168
+
- name: Avro
169
+
icon: ":fontawesome-solid-paper-plane:"
170
+
#icon: ":other-apacheavro:"
171
+
content: |
172
+
Use the {{p.avro}} dataset to read and write files in the [Avro](https://avro.apache.org/) format.
173
+
174
+
- name: Parquet
175
+
icon: ":simple-apacheparquet:"
176
+
content: |
177
+
Use the {{p.parquet}} dataset to read and write files in the [Parquet](https://parquet.apache.org/) format.
178
+
179
+
- name: ORC
180
+
icon: ":other-apacheorc:"
181
+
content: |
182
+
Use the {{p.orc}} dataset to read and write files in the [ORC](https://orc.apache.org/) format.
183
+
184
+
- name: RDF
185
+
icon: ":simple-semanticweb:"
186
+
content: |
187
+
Use the {{p.file}} dataset to read and write files in the RDF formats ([N-Quads](https://www.w3.org/TR/n-quads/), [N-Triples](https://www.w3.org/TR/n-triples/), [Turtle](https://www.w3.org/TR/turtle/), [RDF/XML](https://www.w3.org/TR/rdf-syntax-grammar/) or [RDF/JSON](https://www.w3.org/TR/rdf-json/)).
188
+
154
189
#####
155
190
# Databases
156
191
#####
157
192
158
193
- name: Neo4J
159
194
icon: ":simple-neo4j:"
160
195
content: |
161
-
Use the {{p.neo4j}} dataset for reading and writing Neo4j graphs.
196
+
Use the {{p.neo4j}} dataset for reading and writing [Neo4j graphs](https://neo4j.com/).
162
197
163
198
- name: PostgreSQL
164
199
icon: ":simple-postgresql:"
165
200
content: |
166
-
PostgreSQL can be accessed with the {{p.Jdbc}} dataset and a proper JDBC driver.
201
+
PostgreSQL can be accessed with the {{p.Jdbc}} dataset and a [JDBC driver](https://central.sonatype.com/artifact/org.postgresql/postgresql/versions).
167
202
168
203
- name: MariaDB
169
204
icon: ":simple-mariadb:"
170
205
content: |
171
-
MariaDB can be accessed with the {{p.Jdbc}} dataset and a proper JDBC driver.
206
+
MariaDB can be accessed with the {{p.Jdbc}} dataset and a [JDBC driver](https://central.sonatype.com/artifact/org.mariadb.jdbc/mariadb-java-client/overview).
172
207
173
208
- name: SQLite
174
209
icon: ":simple-sqlite:"
175
210
content: |
176
-
SQLite can be accessed with the {{p.Jdbc}} dataset and a proper JDBC driver.
211
+
SQLite can be accessed with the {{p.Jdbc}} dataset and a [JDBC driver](https://central.sonatype.com/artifact/org.xerial/sqlite-jdbc).
177
212
178
213
- name: MySQL
179
214
icon: ":simple-mysql:"
180
215
content: |
181
-
MySQL can be accessed with the {{p.Jdbc}} dataset and a proper JDBC driver.
216
+
MySQL can be accessed with the {{p.Jdbc}} dataset and a [JDBC driver](https://central.sonatype.com/artifact/org.mariadb.jdbc/mariadb-java-client/overview).
217
+
218
+
- name: Hive
219
+
icon: ":simple-apachehive:"
220
+
content: |
221
+
Read from or write to an embedded Apache {{p.Hive}} endpoint.
182
222
183
223
- name: Microsoft SQL
184
224
icon: ":material-microsoft:"
185
225
content: |
186
-
The Microsoft SQL Server can be accessed with the {{p.Jdbc}} dataset and a proper JDBC driver.
226
+
The Microsoft SQL Server can be accessed with the {{p.Jdbc}} dataset and a [JDBC driver](https://central.sonatype.com/artifact/com.microsoft.sqlserver/mssql-jdbc).
187
227
228
+
- name: Snowflake
229
+
icon: ":simple-snowflake:"
230
+
content: |
231
+
Snowflake can be accessed with the {{p.SnowflakeJdbc}} dataset and a [JDBC driver](https://central.sonatype.com/artifact/net.snowflake/snowflake-jdbc).
232
+
233
+
- name: pgvector
234
+
icon: ":black_large_square:"
235
+
content: |
236
+
Store vector embeddings into [pgvector](https://github.com/pgvector/pgvector) using the {{p.cmem_plugin_pgvector_Search}}.
237
+
238
+
- name: Trino
239
+
icon: ":simple-trino:"
240
+
content: |
241
+
[Trino](https://github.com/trinodb/trino) can be access with the {{p.Jdbc}} dataset and a [JDBC driver](https://trino.io/docs/current/client/jdbc.html).
Copy file name to clipboardExpand all lines: docs/build/integrations/index.md
+87-10Lines changed: 87 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,22 @@ The following services and applications can be easily integrated in Corporate Me
19
19
---
20
20
21
21
Use the [Execute Instructions](../../build/reference/customtask/cmem_plugin_llm-ExecuteInstructions.md) or [Create Embeddings](../../build/reference/customtask/cmem_plugin_llm-CreateEmbeddings.md) task
22
-
to interact with Anthropic / Claude provided Large Language Models (LLMs).
22
+
to interact with any [Anthropic / Claude provided Large Language Models](https://docs.claude.com/en/docs/about-claude/models/overview) (LLMs).
Use the [Avro](../../build/reference/dataset/avro.md) dataset to read and write files in the [Avro](https://avro.apache.org/) format.
23
30
24
31
25
32
- :material-microsoft-azure:{ .lg .middle } Azure AI Foundry
26
33
27
34
---
28
35
29
36
Use the [Execute Instructions](../../build/reference/customtask/cmem_plugin_llm-ExecuteInstructions.md) or [Create Embeddings](../../build/reference/customtask/cmem_plugin_llm-CreateEmbeddings.md) task
30
-
to interact with Azure AI Foundry provided Large Language Models (LLMs).
37
+
to interact with any [Azure AI Foundry provided Large Language Models](https://ai.azure.com/catalog) (LLMs).
31
38
32
39
33
40
- :fontawesome-solid-file-csv:{ .lg .middle } CSV
@@ -66,6 +73,13 @@ to interact with Azure AI Foundry provided Large Language Models (LLMs).
66
73
You can execute a [GraphQL query](../../build/reference/customtask/cmem_plugin_graphql-workflow-graphql-GraphQLPlugin.md) and process the result in a workflow.
67
74
68
75
76
+
- :simple-apachehive:{ .lg .middle } Hive
77
+
78
+
---
79
+
80
+
Read from or write to an embedded Apache [Hive database](../../build/reference/dataset/Hive.md) endpoint.
81
+
82
+
69
83
- :simple-jira:{ .lg .middle } Jira
70
84
71
85
---
@@ -106,7 +120,7 @@ to interact with Azure AI Foundry provided Large Language Models (LLMs).
106
120
107
121
---
108
122
109
-
MariaDB can be accessed with the [JDBC endpoint](../../build/reference/dataset/Jdbc.md) dataset and a proper JDBC driver.
123
+
MariaDB can be accessed with the [JDBC endpoint](../../build/reference/dataset/Jdbc.md) dataset and a [JDBC driver](https://central.sonatype.com/artifact/org.mariadb.jdbc/mariadb-java-client/overview).
110
124
111
125
112
126
- :simple-mattermost:{ .lg .middle } Mattermost
@@ -121,21 +135,21 @@ the [Send Mattermost messages](../../build/reference/customtask/cmem_plugin_matt
121
135
122
136
---
123
137
124
-
The Microsoft SQL Server can be accessed with the [JDBC endpoint](../../build/reference/dataset/Jdbc.md) dataset and a proper JDBC driver.
138
+
The Microsoft SQL Server can be accessed with the [JDBC endpoint](../../build/reference/dataset/Jdbc.md) dataset and a [JDBC driver](https://central.sonatype.com/artifact/com.microsoft.sqlserver/mssql-jdbc).
125
139
126
140
127
141
- :simple-mysql:{ .lg .middle } MySQL
128
142
129
143
---
130
144
131
-
MySQL can be accessed with the [JDBC endpoint](../../build/reference/dataset/Jdbc.md) dataset and a proper JDBC driver.
145
+
MySQL can be accessed with the [JDBC endpoint](../../build/reference/dataset/Jdbc.md) dataset and a [JDBC driver](https://central.sonatype.com/artifact/org.mariadb.jdbc/mariadb-java-client/overview).
132
146
133
147
134
148
- :simple-neo4j:{ .lg .middle } Neo4J
135
149
136
150
---
137
151
138
-
Use the [Neo4j](../../build/reference/dataset/neo4j.md) dataset for reading and writing Neo4j graphs.
152
+
Use the [Neo4j](../../build/reference/dataset/neo4j.md) dataset for reading and writing [Neo4j graphs](https://neo4j.com/).
139
153
140
154
141
155
- :simple-nextcloud:{ .lg .middle } Nextcloud
@@ -166,22 +180,64 @@ to interact with Ollama provided Large Language Models (LLMs).
166
180
---
167
181
168
182
Use the [Execute Instructions](../../build/reference/customtask/cmem_plugin_llm-ExecuteInstructions.md) or [Create Embeddings](../../build/reference/customtask/cmem_plugin_llm-CreateEmbeddings.md) task
169
-
to interact with OpenAI provided Large Language Models (LLMs).
183
+
to interact with any [OpenAI provided Large Language Models](https://platform.openai.com/docs/models) (LLMs).
Use the [Execute Instructions](../../build/reference/customtask/cmem_plugin_llm-ExecuteInstructions.md) or [Create Embeddings](../../build/reference/customtask/cmem_plugin_llm-CreateEmbeddings.md) task
177
-
to interact with Anthropic / Claude provided Large Language Models (LLMs).
191
+
to interact with any [OpenRouter provided Large Language Models](https://openrouter.ai/models) (LLMs).
192
+
193
+
194
+
- :other-apacheorc:{ .lg .middle } ORC
195
+
196
+
---
197
+
198
+
Use the [ORC](../../build/reference/dataset/orc.md) dataset to read and write files in the [ORC](https://orc.apache.org/) format.
199
+
200
+
201
+
- :simple-apacheparquet:{ .lg .middle } Parquet
202
+
203
+
---
204
+
205
+
Use the [Parquet](../../build/reference/dataset/parquet.md) dataset to read and write files in the [Parquet](https://parquet.apache.org/) format.
206
+
207
+
208
+
-:black_large_square:{ .lg .middle } pgvector
209
+
210
+
---
211
+
212
+
Store vector embeddings into [pgvector](https://github.com/pgvector/pgvector) using the [Search Vector Embeddings](../../build/reference/customtask/cmem_plugin_pgvector-Search.md).
178
213
179
214
180
215
- :simple-postgresql:{ .lg .middle } PostgreSQL
181
216
182
217
---
183
218
184
-
PostgreSQL can be accessed with the [JDBC endpoint](../../build/reference/dataset/Jdbc.md) dataset and a proper JDBC driver.
219
+
PostgreSQL can be accessed with the [JDBC endpoint](../../build/reference/dataset/Jdbc.md) dataset and a [JDBC driver](https://central.sonatype.com/artifact/org.postgresql/postgresql/versions).
220
+
221
+
222
+
- :other-powerbi:{ .lg .middle } PowerBI
223
+
224
+
---
225
+
226
+
Leverage your Knowledge Graphs in PowerBI using our [Corporate Memory Power-BI-Connector](../../consume/consuming-graphs-in-power-bi/index.md).
227
+
228
+
229
+
- :simple-semanticweb:{ .lg .middle } RDF
230
+
231
+
---
232
+
233
+
Use the [RDF file](../../build/reference/dataset/file.md) dataset to read and write files in the RDF formats ([N-Quads](https://www.w3.org/TR/n-quads/), [N-Triples](https://www.w3.org/TR/n-triples/), [Turtle](https://www.w3.org/TR/turtle/), [RDF/XML](https://www.w3.org/TR/rdf-syntax-grammar/) or [RDF/JSON](https://www.w3.org/TR/rdf-json/)).
@@ -192,11 +248,25 @@ to interact with Anthropic / Claude provided Large Language Models (LLMs).
192
248
execute a [SOQL query (Salesforce)](../../build/reference/customtask/cmem_plugin_salesforce-SoqlQuery.md).
193
249
194
250
251
+
- :simple-snowflake:{ .lg .middle } Snowflake
252
+
253
+
---
254
+
255
+
Snowflake can be accessed with the [Snowflake JDBC endpoint](../../build/reference/dataset/SnowflakeJdbc.md) dataset and a [JDBC driver](https://central.sonatype.com/artifact/net.snowflake/snowflake-jdbc).
256
+
257
+
258
+
- :simple-apachespark:{ .lg .middle } Spark
259
+
260
+
---
261
+
262
+
Apply a [Spark](https://spark.apache.org/) function to a specified field using [Execute Spark function](../../build/reference/customtask/SparkFunction.md).
263
+
264
+
195
265
- :simple-sqlite:{ .lg .middle } SQLite
196
266
197
267
---
198
268
199
-
SQLite can be accessed with the [JDBC endpoint](../../build/reference/dataset/Jdbc.md) dataset and a proper JDBC driver.
269
+
SQLite can be accessed with the [JDBC endpoint](../../build/reference/dataset/Jdbc.md) dataset and a [JDBC driver](https://central.sonatype.com/artifact/org.xerial/sqlite-jdbc).
200
270
201
271
202
272
- :material-ssh:{ .lg .middle } SSH
@@ -206,6 +276,13 @@ execute a [SOQL query (Salesforce)](../../build/reference/customtask/cmem_plugin
206
276
Interact with SSH servers to [Download SSH files](../../build/reference/customtask/cmem_plugin_ssh-Download.md) or [Execute commands via SSH](../../build/reference/customtask/cmem_plugin_ssh-Execute.md).
207
277
208
278
279
+
- :simple-trino:{ .lg .middle } Trino
280
+
281
+
---
282
+
283
+
[Trino](https://github.com/trinodb/trino) can be access with the [JDBC endpoint](../../build/reference/dataset/Jdbc.md) dataset and a [JDBC driver](https://trino.io/docs/current/client/jdbc.html).
0 commit comments