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
+36-1Lines changed: 36 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,41 @@ integrations:
12
12
# - {{p.pluginID}} - markdownlink to plugin (replace all '-' with '_')
13
13
# - {{p.pluginID_ref}} - relative link to plugin (replace all '-' with '_')
14
14
15
+
#####
16
+
# LLM Provider
17
+
#####
18
+
19
+
- name: Ollama
20
+
icon: ":simple-ollama:"
21
+
content: |
22
+
Use the {{p.cmem_plugin_llm_ExecuteInstructions}} or {{p.cmem_plugin_llm_CreateEmbeddings}} task
23
+
to interact with Ollama provided Large Language Models (LLMs).
24
+
25
+
- name: Azure AI Foundry
26
+
icon: ":material-microsoft-azure:"
27
+
content: |
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).
30
+
31
+
- name: OpenRouter
32
+
icon: ":octicons-ai-model-24:"
33
+
content: |
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).
36
+
37
+
- name: Anthropic / Claude
38
+
icon: ":simple-anthropic:"
39
+
content: |
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).
42
+
43
+
- name: OpenAI
44
+
icon: ":simple-openai:"
45
+
content: |
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
+
49
+
15
50
#####
16
51
# Services
17
52
#####
@@ -34,7 +69,7 @@ integrations:
34
69
- name: Nextcloud
35
70
icon: ":simple-nextcloud:"
36
71
content: |
37
-
Use a Nextcloud instance to {{p.cmem_plugin_nextcloud_Download}} or {{p.cmem_plugin_nextcloud_Upload}}.
72
+
Use a Nextcloud instance to [download files]({{p.cmem_plugin_nextcloud_Download_ref}}) to process them or [upload files]({{p.cmem_plugin_nextcloud_Upload_ref}}) you created with Corporate Memory.
Copy file name to clipboardExpand all lines: docs/build/integrations/index.md
+41-1Lines changed: 41 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,22 @@ The following services and applications can be easily integrated in Corporate Me
14
14
15
15
<divclass="grid cards"markdown>
16
16
17
+
- :simple-anthropic:{ .lg .middle } Anthropic / Claude
18
+
19
+
---
20
+
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).
23
+
24
+
25
+
- :material-microsoft-azure:{ .lg .middle } Azure AI Foundry
26
+
27
+
---
28
+
29
+
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).
31
+
32
+
17
33
- :fontawesome-solid-file-csv:{ .lg .middle } CSV
18
34
19
35
---
@@ -90,7 +106,7 @@ the [Send Mattermost messages](../../build/reference/customtask/cmem_plugin_matt
90
106
91
107
---
92
108
93
-
Use a Nextcloud instance to [Download Nextcloud files](../../build/reference/customtask/cmem_plugin_nextcloud-Download.md) or [Upload files to Nextcloud](../../build/reference/customtask/cmem_plugin_nextcloud-Upload.md).
109
+
Use a Nextcloud instance to [download files](../../build/reference/customtask/cmem_plugin_nextcloud-Download.md)to process them or [upload files](../../build/reference/customtask/cmem_plugin_nextcloud-Upload.md) you created with Corporate Memory.
@@ -100,6 +116,30 @@ the [Send Mattermost messages](../../build/reference/customtask/cmem_plugin_matt
100
116
Use the [Excel (OneDrive, Office365)](../../build/reference/dataset/office365preadsheet.md) to read and write to Excel workbooks in Office 365.
101
117
102
118
119
+
- :simple-ollama:{ .lg .middle } Ollama
120
+
121
+
---
122
+
123
+
Use the [Execute Instructions](../../build/reference/customtask/cmem_plugin_llm-ExecuteInstructions.md) or [Create Embeddings](../../build/reference/customtask/cmem_plugin_llm-CreateEmbeddings.md) task
124
+
to interact with Ollama provided Large Language Models (LLMs).
125
+
126
+
127
+
- :simple-openai:{ .lg .middle } OpenAI
128
+
129
+
---
130
+
131
+
Use the [Execute Instructions](../../build/reference/customtask/cmem_plugin_llm-ExecuteInstructions.md) or [Create Embeddings](../../build/reference/customtask/cmem_plugin_llm-CreateEmbeddings.md) task
132
+
to interact with OpenAI provided Large Language 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
140
+
to interact with Anthropic / Claude provided Large Language Models (LLMs).
0 commit comments