graphdb-workbench-tests 2.8.0-Test → 2.8.1-RC1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cypress.config.js +4 -1
- package/fixtures/cluster/2-nodes-cluster-group-status-deleted.json +30 -0
- package/fixtures/cluster/2-nodes-cluster-group-status.json +30 -0
- package/fixtures/cluster/3-nodes-cluster-group-status-after-replace.json +44 -0
- package/fixtures/cluster/3-nodes-cluster-group-status-building-snapshot.json +4 -1
- package/fixtures/cluster/3-nodes-cluster-group-status-receiving-snapshot.json +4 -1
- package/fixtures/cluster/3-nodes-cluster-group-status-sending-snapshot.json +4 -1
- package/fixtures/cluster/3-nodes-cluster-group-status-waiting-for-snapshot.json +4 -1
- package/fixtures/cluster/3-nodes-cluster-group-status-with-tag.json +47 -0
- package/fixtures/cluster/3-nodes-cluster-group-status.json +12 -3
- package/fixtures/cluster/4-nodes-cluster-group-status.json +58 -0
- package/fixtures/cluster/cluster-config.json +1 -0
- package/fixtures/cluster/cluster-node-status.json +4 -1
- package/fixtures/cluster/no-cluster-group-status.json +2 -1
- package/fixtures/cluster/no-cluster-node-status.json +2 -1
- package/fixtures/cluster/save-cluster-configuration-response.json +10 -0
- package/fixtures/connectors/get-retrieval-connector.json +1 -1
- package/fixtures/connectors/get-ttyg-chatgpt-connectors.json +188 -0
- package/fixtures/locale-en.json +386 -103
- package/fixtures/remote-location/get-0-remote-locations.json +1 -2
- package/fixtures/remote-location/get-1-remote-locations.json +2 -4
- package/fixtures/remote-location/get-2-remote-locations.json +3 -6
- package/fixtures/remote-location/get-3-remote-locations.json +4 -8
- package/fixtures/remote-location/get-4-remote-locations.json +54 -0
- package/fixtures/remote-location/remote-location-status-in-cluster.json +1 -2
- package/fixtures/remote-location/remote-location-status-not-in-cluster.json +1 -2
- package/fixtures/remote-location/remote-locations-filter.json +1 -2
- package/fixtures/repositories/get-locations.json +5 -10
- package/fixtures/repositories/get-remote-and-local-repositories.json +34 -0
- package/fixtures/repositories/get-ttyg-repositories.json +28 -0
- package/fixtures/security/get-admin-user.json +22 -0
- package/fixtures/similarity/get-ttyg-similarity-connectors.json +46 -0
- package/fixtures/ttyg/agent/create-agent.json +2 -1
- package/fixtures/ttyg/agent/get-agent-defaults.json +42 -0
- package/fixtures/ttyg/agent/get-agent-list-after-deleted.json +1 -1
- package/fixtures/ttyg/agent/get-agent-list-new-agent.json +2 -73
- package/fixtures/ttyg/agent/get-agent-list.json +1 -1
- package/fixtures/ttyg/agent/get-agent.json +25 -0
- package/fixtures/ttyg/chats/ask-question.json +25 -0
- package/fixtures/ttyg/chats/create/create-chat-response.json +16 -0
- package/fixtures/ttyg/chats/create/get-chats-after-create.json +12 -0
- package/fixtures/ttyg/chats/create/get-chats-before-create.json +7 -0
- package/fixtures/ttyg/chats/explain-response-1.json +59 -0
- package/fixtures/ttyg/chats/explain-response-2.json +59 -0
- package/fixtures/ttyg/chats/get-chat.json +199 -0
- package/integration/cluster/cluster-configuration/cluster-configuration-multi-region.spec.js +97 -0
- package/integration/cluster/cluster-configuration/cluster-configuration-nodes.spec.js +70 -0
- package/integration/cluster/cluster-configuration/cluster-configuration-properties.spec.js +95 -0
- package/integration/cluster/cluster-configuration/cluster-configuration.spec.js +38 -0
- package/integration/cluster/cluster-legend.spec.js +1 -0
- package/integration/cluster/edit-cluster-nodes-modal.spec.js +425 -0
- package/integration/explore/graphs.overview.spec.js +4 -0
- package/integration/explore/{similariti-index-create.spec.js → similarity-index/similarity-index-create.spec.js} +4 -4
- package/integration/explore/{similarity-index.spec.js → similarity-index/similarity-index.spec.js} +6 -6
- package/integration/explore/{similarity.spec.js → similarity-index/similarity.spec.js} +7 -8
- package/integration/explore/visual-graph/visual.graph.spec.js +34 -35
- package/integration/home/cookie-policy.spec.js +83 -0
- package/integration/home/create-repository.spec.js +35 -0
- package/integration/home/documentation-link.spec.js +60 -0
- package/integration/home/google-analytics.spec.js +60 -0
- package/integration/home/language-selector.spec.js +19 -0
- package/integration/home/rdf-resource-search.spec.js +192 -0
- package/integration/home/view-resource-autocomplete.spec.js +52 -0
- package/integration/home/workbench.home.spec.js +1 -277
- package/integration/import/import-user-data-file-upload.spec.js +13 -0
- package/integration/import/import-user-data.spec.js +6 -1
- package/integration/import/import-view.spec.js +6 -1
- package/integration/license/license.spec.js +26 -0
- package/integration/repository/attach-remote-location.spec.js +94 -40
- package/integration/repository/repositories.spec.js +40 -7
- package/integration/setup/autocomplete.spec.js +21 -70
- package/integration/setup/{jdbc-create.spec.js → jdbc/jdbc-create.spec.js} +9 -10
- package/integration/setup/{jdbc.spec.js → jdbc/jdbc.spec.js} +56 -25
- package/integration/setup/my-settings.spec.js +13 -21
- package/integration/setup/namespaces.spec.js +132 -264
- package/integration/setup/plugins.spec.js +22 -51
- package/integration/setup/rdf-rank.spec.js +42 -138
- package/integration/ttyg/agent-list.spec.js +27 -25
- package/integration/ttyg/agent-select-menu.spec.js +18 -16
- package/integration/ttyg/chat-list.spec.js +72 -9
- package/integration/ttyg/chat-panel.spec.js +106 -10
- package/integration/ttyg/clone-agent.spec.js +8 -4
- package/integration/ttyg/create-agent.spec.js +303 -51
- package/integration/ttyg/create-chat.spec.js +68 -0
- package/integration/ttyg/delete-agent.spec.js +6 -5
- package/integration/ttyg/edit-agent.spec.js +16 -5
- package/integration/ttyg/ttyg-permission.spec.js +66 -0
- package/integration/ttyg/ttyg-view.spec.js +8 -4
- package/npm-shrinkwrap.json +215 -220
- package/package.json +5 -6
- package/steps/alert-dialog-steps.js +25 -0
- package/steps/cluster/cluster-configuration-steps.js +173 -5
- package/steps/cluster/cluster-page-steps.js +8 -0
- package/steps/cluster/custer-nodes-configuration-steps.js +107 -0
- package/steps/guides/guide-steps.js +1 -1
- package/steps/home-steps.js +48 -5
- package/steps/import/import-steps.js +11 -7
- package/steps/license-steps.js +25 -0
- package/steps/repositories/attach-repository-steps.js +33 -0
- package/steps/repository-steps.js +40 -11
- package/steps/setup/autocomplete-steps.js +59 -0
- package/steps/setup/namespace-steps.js +211 -0
- package/steps/setup/plugins-steps.js +37 -0
- package/steps/setup/rdf-rank-steps.js +106 -0
- package/steps/setup/settings-steps.js +17 -0
- package/steps/ttyg/chat-panel-steps.js +31 -6
- package/steps/ttyg/ttyg-agent-settings-modal.steps.js +82 -4
- package/steps/ttyg/ttyg-view-steps.js +77 -3
- package/steps/visual-graph-steps.js +29 -1
- package/steps/yasgui/yasqe-steps.js +3 -0
- package/stubs/cluster/cluster-stubs.js +162 -7
- package/stubs/cluster/remote-location-stubs.js +46 -0
- package/stubs/connector-stubs.js +24 -0
- package/stubs/environment-stubs.js +27 -0
- package/stubs/jdbc/jdbc-stubs.js +19 -0
- package/stubs/license-stubs.js +112 -0
- package/stubs/namespace-stubs.js +5 -0
- package/stubs/repositories/repositories-stubs.js +11 -8
- package/stubs/repositories-stub.js +15 -0
- package/stubs/security-stubs.js +29 -0
- package/stubs/setup/plugins-stubs.js +5 -0
- package/stubs/similarity-index-stubs.js +25 -0
- package/stubs/stubs.js +4 -0
- package/stubs/ttyg/ttyg-stubs.js +79 -40
- package/support/commands.js +2 -0
- package/support/index.js +18 -0
- package/support/security-command.js +25 -0
- package/support/settings-commands.js +4 -5
- package/support/user-commands.js +31 -0
- package/fixtures/ttyg/chats/get-chat-1.json +0 -43
- package/integration/cluster/cluster-management.spec.js +0 -220
- package/steps/autocomplete-steps.js +0 -10
- package/steps/cluster/add-remote-location-dialog-steps.js +0 -11
- package/steps/cluster/create-cluster-dialog-steps.js +0 -39
- package/steps/cluster/replace-nodes-dialog-steps.js +0 -39
package/fixtures/locale-en.json
CHANGED
|
@@ -3,15 +3,11 @@
|
|
|
3
3
|
"buttons": {
|
|
4
4
|
"delete_cluster": "Delete cluster",
|
|
5
5
|
"delete_cluster_tooltip": "Delete existing cluster",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"remove_nodes_btn_tooltip": "Remove nodes from existing cluster",
|
|
12
|
-
"edit_cluster": "Edit configuration",
|
|
13
|
-
"edit_cluster_tooltip": "Edit cluster configuration",
|
|
14
|
-
"show_cluster_settings_tooltip": "Show cluster configuration"
|
|
6
|
+
"edit_cluster": "Edit properties",
|
|
7
|
+
"edit_cluster_tooltip": "Edit cluster properties",
|
|
8
|
+
"show_cluster_settings_tooltip": "Show cluster configuration",
|
|
9
|
+
"update_nodes_group_btn": "Edit cluster",
|
|
10
|
+
"update_nodes_group_btn_tooltip": "Edit cluster nodes"
|
|
15
11
|
},
|
|
16
12
|
"cluster_graphical_view": {
|
|
17
13
|
"no_cluster_configured": "No cluster is configured",
|
|
@@ -62,6 +58,7 @@
|
|
|
62
58
|
}
|
|
63
59
|
},
|
|
64
60
|
"cluster_configuration_properties": {
|
|
61
|
+
"label": "Properties",
|
|
65
62
|
"election_min_timeout": "Election minimum timeout",
|
|
66
63
|
"election_min_timeout_tooltip": "Election min timeout concerns the minimum wait time in milliseconds for a heartbeat from a leader. Should the time pass without receiving a heartbeat message from a leader. The follower will become a candidate and request votes from other nodes.",
|
|
67
64
|
"election_range_timeout": "Election range timeout",
|
|
@@ -73,23 +70,69 @@
|
|
|
73
70
|
"verification_timeout": "Verification timeout",
|
|
74
71
|
"verification_timeout_tooltip": "Verification timeout concerns the amount of time a follower node would wait until attempting to verify last committed entry when the first verification is unsuccessful.",
|
|
75
72
|
"transaction_log_maximum_size_gb": "Transaction log maximum size GB",
|
|
76
|
-
"transaction_log_maximum_size_gb_tooltip": "Maximum size of the transaction log in GBs that will trigger an automatic truncation of the transaction log if it becomes bigger. The minimum transaction log size is 1 GB. Negative numbers will disable the automatic transaction log truncation."
|
|
73
|
+
"transaction_log_maximum_size_gb_tooltip": "Maximum size of the transaction log in GBs that will trigger an automatic truncation of the transaction log if it becomes bigger. The minimum transaction log size is 1 GB. Negative numbers will disable the automatic transaction log truncation.",
|
|
74
|
+
"batch_update_interval": "Batch update interval",
|
|
75
|
+
"batch_update_interval_tooltip": "Specifies the time interval (in milliseconds) at which updates are batched and synchronized between the primary and secondary clusters."
|
|
76
|
+
},
|
|
77
|
+
"cluster_configuration_nodes": {
|
|
78
|
+
"label": "Nodes",
|
|
79
|
+
"local": "Local"
|
|
80
|
+
},
|
|
81
|
+
"cluster_configuration_multi_region": {
|
|
82
|
+
"label": "Multi-region",
|
|
83
|
+
"primary_cluster": "Primary cluster",
|
|
84
|
+
"secondary_cluster": "Secondary cluster",
|
|
85
|
+
"primary_leader": "Primary leader: {{primaryLeader}}",
|
|
86
|
+
"create_tag": "Add identifier tag",
|
|
87
|
+
"create_tag_tooltip": "Add identifier tag to use with this cluster",
|
|
88
|
+
"enable_secondary_mode": "Enable secondary mode",
|
|
89
|
+
"enable_secondary_mode_tooltip": "Enable this cluster in secondary mode",
|
|
90
|
+
"delete_tag_tooltip": "Delete tag",
|
|
91
|
+
"cancel_tooltip": "Cancel",
|
|
92
|
+
"disable_secondary_mode": "Disable secondary mode",
|
|
93
|
+
"disable_secondary_mode_tooltip": "Disable cluster's secondary mode",
|
|
94
|
+
"created_tag": "Successfully added to cluster primary identifier tag: {{tag}}",
|
|
95
|
+
"deleted_tag": "Removed primary identifier tag '{{tag}}' from cluster",
|
|
96
|
+
"secondary_enabled": "Successfully enabled secondary mode",
|
|
97
|
+
"disabled_secondary_mode": "Secondary mode is disabled",
|
|
98
|
+
"secondary_cluster_settings": "Secondary cluster settings",
|
|
99
|
+
"column": {
|
|
100
|
+
"index": "",
|
|
101
|
+
"tag": "Identifier tag",
|
|
102
|
+
"tag_index": "Index"
|
|
103
|
+
},
|
|
104
|
+
"confirm": {
|
|
105
|
+
"delete": "Delete identifier tag {{tag}}",
|
|
106
|
+
"warning": "Deleting identifier tag would stop any secondary cluster identified with it from pulling updates.",
|
|
107
|
+
"disable_secondary_mode": "Disable secondary mode",
|
|
108
|
+
"disable_secondary_mode_warning": "By disabling secondary mode this cluster would stop being a read-only replica.",
|
|
109
|
+
"enable_secondary": "Enable secondary mode",
|
|
110
|
+
"enable_secondary_warning": "By enabling secondary mode this cluster would become a read-only replica of the specified primary cluster."
|
|
111
|
+
|
|
112
|
+
},
|
|
113
|
+
"error": {
|
|
114
|
+
"ascii": "Invalid characters detected. Only printable ASCII characters are allowed.",
|
|
115
|
+
"length": "The input length must be between {{minLen}} and {{maxLen}} characters.",
|
|
116
|
+
"creating": "Error during Tag creation",
|
|
117
|
+
"deleting": "Error during Tag deletion",
|
|
118
|
+
"disabling": "Error during secondary mode disabling",
|
|
119
|
+
"secondary": "Error enabling secondary mode"
|
|
120
|
+
},
|
|
121
|
+
"secondary_mode_modal": {
|
|
122
|
+
"rpc_address": "Any primary cluster node RPC address *",
|
|
123
|
+
"rpc_address_placeholder": "node-name:7300",
|
|
124
|
+
"tag": "Identifier tag *",
|
|
125
|
+
"tag_placeholder": "Example: us-central"
|
|
126
|
+
}
|
|
77
127
|
},
|
|
78
128
|
"cluster_page": {
|
|
79
129
|
"create_page_title": "Create cluster",
|
|
80
130
|
"edit_page_title": "Edit cluster configuration",
|
|
81
131
|
"creating_cluster_loader": "Creating cluster...",
|
|
82
|
-
"add_nodes_loader": "Adding nodes to cluster...",
|
|
83
|
-
"replace_nodes_loader": "Replacing nodes in cluster...",
|
|
84
|
-
"remove_nodes_loader": "Removing nodes from cluster...",
|
|
85
132
|
"updating_cluster_loader": "Updating cluster...",
|
|
86
|
-
"cluster_nodes_list": "Cluster nodes list",
|
|
87
|
-
"remote_locations": "Remote locations",
|
|
88
|
-
"remove_node_btn_tooltip": "Remove node",
|
|
89
133
|
"current_node": "Current node",
|
|
90
134
|
"advanced_options": "Advanced options",
|
|
91
135
|
"advanced_options_tooltip": "Advanced options for cluster configuration",
|
|
92
|
-
"select_from_locations_hint": "Select nodes from remote locations",
|
|
93
136
|
"toggle_legend_btn": "Legend",
|
|
94
137
|
"toggle_legend_btn_tooltip": "Toggle legend",
|
|
95
138
|
"errors": {
|
|
@@ -107,20 +150,13 @@
|
|
|
107
150
|
"no_cluster_configured": "Nodes must not have cluster configuration"
|
|
108
151
|
}
|
|
109
152
|
},
|
|
110
|
-
"create_btn": "Create",
|
|
111
153
|
"save_btn": "Save",
|
|
112
154
|
"notifications": {
|
|
113
155
|
"create_success": "Cluster created successfully",
|
|
114
156
|
"create_failed": "Cluster creation failed",
|
|
115
157
|
"update_success": "Cluster updated successfully",
|
|
116
158
|
"update_failed": "Cluster update failed",
|
|
117
|
-
"form_invalid": "The form data is invalid"
|
|
118
|
-
"add_nodes_success": "Nodes added successfully",
|
|
119
|
-
"add_nodes_fail": "Adding nodes failed",
|
|
120
|
-
"replace_nodes_success": "Nodes replaced successfully",
|
|
121
|
-
"replace_nodes_fail": "Replacing nodes failed",
|
|
122
|
-
"remove_nodes_success": "Nodes removed successfully",
|
|
123
|
-
"remove_nodes_fail": "Removing nodes failed"
|
|
159
|
+
"form_invalid": "The form data is invalid"
|
|
124
160
|
}
|
|
125
161
|
},
|
|
126
162
|
"delete_cluster_dialog": {
|
|
@@ -135,18 +171,44 @@
|
|
|
135
171
|
"fail_delete": "Can not delete cluster"
|
|
136
172
|
}
|
|
137
173
|
},
|
|
138
|
-
"
|
|
139
|
-
"title": "
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
"
|
|
145
|
-
"
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
"
|
|
149
|
-
"
|
|
174
|
+
"update_cluster_group_dialog": {
|
|
175
|
+
"title": "Edit cluster",
|
|
176
|
+
"title_create": "Create cluster",
|
|
177
|
+
"current_node": "Current node",
|
|
178
|
+
"new_node": "Node will be added",
|
|
179
|
+
"deleted_node": "Node will be removed",
|
|
180
|
+
"leader": "Leader",
|
|
181
|
+
"follower": "Follower",
|
|
182
|
+
"candidate": "Candidate",
|
|
183
|
+
"no_cluster": "No cluster",
|
|
184
|
+
"out_of_sync": "Out of sync",
|
|
185
|
+
"no_connection": "No connection",
|
|
186
|
+
"read_only": "Read only",
|
|
187
|
+
"restricted": "Restricted",
|
|
188
|
+
"column": {
|
|
189
|
+
"index": "",
|
|
190
|
+
"location": "Location URL",
|
|
191
|
+
"info": "",
|
|
192
|
+
"status": "Status change"
|
|
193
|
+
},
|
|
194
|
+
"actions": {
|
|
195
|
+
"replace_node": "Replace node",
|
|
196
|
+
"delete_node": "Delete node",
|
|
197
|
+
"cannot_delete_node": "You cannot remove more than half of the healthy nodes at the same time",
|
|
198
|
+
"add_node": "Add node",
|
|
199
|
+
"add_node_tooltip": "Add node to current cluster",
|
|
200
|
+
"cancel": "Cancel",
|
|
201
|
+
"restore_node": "Undo"
|
|
202
|
+
},
|
|
203
|
+
"messages": {
|
|
204
|
+
"no_cluster": "No cluster is configured",
|
|
205
|
+
"invalid_form": "Invalid Location URL",
|
|
206
|
+
"connecting_node": "Connecting node",
|
|
207
|
+
"save_to_apply": "Save to apply changes"
|
|
208
|
+
},
|
|
209
|
+
"field_placeholders": {
|
|
210
|
+
"location": "http://my-hostname:7200"
|
|
211
|
+
}
|
|
150
212
|
}
|
|
151
213
|
},
|
|
152
214
|
"acl_management": {
|
|
@@ -217,7 +279,7 @@
|
|
|
217
279
|
}
|
|
218
280
|
},
|
|
219
281
|
"ttyg": {
|
|
220
|
-
"helpInfo": "Talk to Your Graph
|
|
282
|
+
"helpInfo": "The <b>Talk to Your Graph</b> view lets you interact with your database through a conversational interface. You can ask natural language questions about the data and receive answers generated through the combined power of GraphDB and OpenAI. It supports multiple agent configurations and persistent chats for ongoing, contextual conversations.",
|
|
221
283
|
"loading": "Loading...",
|
|
222
284
|
"help": {
|
|
223
285
|
"btn": {
|
|
@@ -232,17 +294,22 @@
|
|
|
232
294
|
"body": "Do you really want to delete <b>{{chatName}}</b>? All chat history will be lost."
|
|
233
295
|
}
|
|
234
296
|
},
|
|
297
|
+
"messages": {
|
|
298
|
+
"text_copy_successful": "Successfully copied to the clipboard.",
|
|
299
|
+
"text_copy_failed": "Failed copying to the clipboard."
|
|
300
|
+
},
|
|
235
301
|
"chat": {
|
|
236
302
|
"loading_chats": "Loading chats...",
|
|
303
|
+
"deleting_chat": "Deleting chats...",
|
|
237
304
|
"btn": {
|
|
238
305
|
"open_sidebar": {
|
|
239
|
-
"tooltip": "
|
|
306
|
+
"tooltip": "Show chat list"
|
|
240
307
|
},
|
|
241
308
|
"close_sidebar": {
|
|
242
|
-
"tooltip": "
|
|
309
|
+
"tooltip": "Hide chat list"
|
|
243
310
|
},
|
|
244
311
|
"create_chat": {
|
|
245
|
-
"tooltip": "
|
|
312
|
+
"tooltip": "Start a new chat"
|
|
246
313
|
},
|
|
247
314
|
"export_chat": {
|
|
248
315
|
"label": "Export",
|
|
@@ -258,14 +325,21 @@
|
|
|
258
325
|
}
|
|
259
326
|
},
|
|
260
327
|
"messages": {
|
|
261
|
-
"create_failure": "Failed to create new conversation. Please try again.",
|
|
262
328
|
"rename_failure": "Failed to rename the conversation. Please try again.",
|
|
263
329
|
"delete_failure": "Failed to delete the conversation. Please try again.",
|
|
264
330
|
"export_failure": "Failed to export the conversation. Please try again."
|
|
331
|
+
},
|
|
332
|
+
"dialog": {
|
|
333
|
+
"chat_is_missing": {
|
|
334
|
+
"title": "Error",
|
|
335
|
+
"body": "Selected conversation cannot be found. Probably it was deleted."
|
|
336
|
+
}
|
|
265
337
|
}
|
|
266
338
|
},
|
|
267
339
|
"chat_panel": {
|
|
268
|
-
"
|
|
340
|
+
"hint1": "<div><span class=\"graph\">GRAPH</span><span class=\"wise\">WISE</span></div><div class=\"thrives\">AI THRIVES ON WHOLE DATA</div>",
|
|
341
|
+
"hint2": "Simply ask a question!",
|
|
342
|
+
"deleted_agent": "<span class=\"text-warning\"><i class=\"fa fa-triangle-exclamation fa-xs\"></i> deleted agent</span>",
|
|
269
343
|
"btn": {
|
|
270
344
|
"ask": {
|
|
271
345
|
"label": "Ask"
|
|
@@ -273,21 +347,75 @@
|
|
|
273
347
|
"regenerate": {
|
|
274
348
|
"tooltip": "Regenerate"
|
|
275
349
|
},
|
|
276
|
-
"
|
|
277
|
-
"tooltip": "Copy"
|
|
350
|
+
"copy_answer": {
|
|
351
|
+
"tooltip": "Copy answer"
|
|
352
|
+
},
|
|
353
|
+
"copy_raw_query": {
|
|
354
|
+
"tooltip": "Copy raw query"
|
|
355
|
+
},
|
|
356
|
+
"copy_sparql": {
|
|
357
|
+
"tooltip": "Copy SPARQL query"
|
|
358
|
+
},
|
|
359
|
+
"copy_json": {
|
|
360
|
+
"tooltip": "Copy JSON query"
|
|
361
|
+
},
|
|
362
|
+
"copy_other": {
|
|
363
|
+
"tooltip": "Copy query"
|
|
364
|
+
},
|
|
365
|
+
"copy_error_message": {
|
|
366
|
+
"tooltip": "Copy error message"
|
|
367
|
+
},
|
|
368
|
+
"explain_response": {
|
|
369
|
+
"tooltip": "Explain response"
|
|
370
|
+
},
|
|
371
|
+
"derive_answer": {
|
|
372
|
+
"label": "How did you derive this answer?",
|
|
373
|
+
"hint": "<b>Hint</b>: you can also ask the model, for example"
|
|
374
|
+
},
|
|
375
|
+
"open_in_sparql_editor": {
|
|
376
|
+
"tooltip": "Open in SPARQL editor"
|
|
377
|
+
},
|
|
378
|
+
"proceed": {
|
|
379
|
+
"label": "Proceed"
|
|
278
380
|
}
|
|
279
381
|
},
|
|
280
|
-
"
|
|
281
|
-
"
|
|
282
|
-
"
|
|
382
|
+
"labels": {
|
|
383
|
+
"query_method": "Query method",
|
|
384
|
+
"raw_query": "Raw query",
|
|
385
|
+
"sparql_query": "SPARQL query",
|
|
386
|
+
"agent_name": "Agent: {{agentName}} <br/> {{date}} at {{time}}",
|
|
387
|
+
"question_asked": "{{date}} at {{time}}",
|
|
388
|
+
"json": "JSON",
|
|
389
|
+
"error_message": "Error message sent to model",
|
|
390
|
+
"explain_no_methods": "No query methods were called.",
|
|
391
|
+
"called": "Called {{('ttyg.chat_panel.query_name.' + name) | translate}}",
|
|
392
|
+
"no_query": "There is no query."
|
|
393
|
+
},
|
|
394
|
+
"query_name": {
|
|
395
|
+
"sparql_query":"SPARQL",
|
|
396
|
+
"fts_search": "Full-text search",
|
|
397
|
+
"similarity_search": "Similarity search",
|
|
398
|
+
"retrieval_search": "ChatGPT Retrieval",
|
|
399
|
+
"iri_discovery": "FTS for IRI discovery",
|
|
400
|
+
"now": "the Now function"
|
|
401
|
+
},
|
|
402
|
+
"query_colon": ":",
|
|
403
|
+
"query_desc": {
|
|
404
|
+
"sparql_query":"Direct query",
|
|
405
|
+
"fts_search": "Full-text search via SPARQL",
|
|
406
|
+
"similarity_search": "Similarity search via SPARQL",
|
|
407
|
+
"retrieval_search": "Direct JSON query",
|
|
408
|
+
"iri_discovery": "Full-text search via SPARQL",
|
|
409
|
+
"now": "returns the system time"
|
|
283
410
|
},
|
|
284
411
|
"dialog": {
|
|
285
|
-
"
|
|
286
|
-
"body": "If you proceed with
|
|
287
|
-
},
|
|
288
|
-
"confirm_repository_change_before_open_connectors": {
|
|
289
|
-
"body": "If you proceed with creating the ChatGPT retrieval connector, GraphDB will open in a new tab and switch to the <b>{{repositoryId}}</b> repository."
|
|
412
|
+
"confirm_repository_change": {
|
|
413
|
+
"body": "If you proceed with executing of SPARQL query, GraphDB will open in a new tab and switch to the <b>{{repositoryId}}</b> repository."
|
|
290
414
|
}
|
|
415
|
+
},
|
|
416
|
+
"messages": {
|
|
417
|
+
"explain_response_failure": "Failed to retrieve the explanation for the response.",
|
|
418
|
+
"agent_changed_info": "Agent changed to <b> {{agentName}} </b>"
|
|
291
419
|
}
|
|
292
420
|
},
|
|
293
421
|
"agent": {
|
|
@@ -307,20 +435,26 @@
|
|
|
307
435
|
"form": {
|
|
308
436
|
"agent_name": {
|
|
309
437
|
"label": "Agent name",
|
|
310
|
-
"placeholder": "Enter user friendly name"
|
|
438
|
+
"placeholder": "Enter a user friendly name",
|
|
439
|
+
"tooltip": "A descriptive name that helps you identify this agent."
|
|
311
440
|
},
|
|
312
441
|
"repository": {
|
|
313
|
-
"label": "Repository ID"
|
|
442
|
+
"label": "Repository ID",
|
|
443
|
+
"tooltip": "The ID of the repository that will be used to retrieve information from GraphDB. Ontop and FedX repositories are not supported."
|
|
314
444
|
},
|
|
315
445
|
"model": {
|
|
316
446
|
"label": "Model",
|
|
447
|
+
"tooltip": "The model to use for this agent. More powerful models will provide better results.",
|
|
317
448
|
"hint": "Check out the available OpenAI models <a href=\"https://platform.openai.com/docs/models\" target=\"_blank\">here</a>."
|
|
318
449
|
},
|
|
319
450
|
"temperature": {
|
|
320
|
-
"label": "Temperature"
|
|
451
|
+
"label": "Temperature",
|
|
452
|
+
"tooltip": "The sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.",
|
|
453
|
+
"high_temperature_warning": "A temperature above 1.0 may cause the model to generate anything from creative responses to overdriven, incoherent outputs. Consider lowering the temperature for more reliable results."
|
|
321
454
|
},
|
|
322
455
|
"top_p": {
|
|
323
|
-
"label": "
|
|
456
|
+
"label": "Top P",
|
|
457
|
+
"tooltip": "An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with Top P probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered. OpenAI recommends altering this or temperature but not both."
|
|
324
458
|
},
|
|
325
459
|
"seed": {
|
|
326
460
|
"label": "Seed",
|
|
@@ -328,68 +462,135 @@
|
|
|
328
462
|
},
|
|
329
463
|
"extraction_method": {
|
|
330
464
|
"label": "Query methods",
|
|
331
|
-
"required": "At least one query method must be selected"
|
|
465
|
+
"required": "At least one query method must be selected",
|
|
466
|
+
"tooltip": "Query methods to be used by the model to retrieve information from GraphDB and answer questions."
|
|
332
467
|
},
|
|
333
468
|
"fts_search": {
|
|
334
469
|
"label": "Full-text search",
|
|
470
|
+
"tooltip": "Answers questions by using full-text search in literals and IRIs. Performs well on open-ended questions but not so well on providing aggregations.",
|
|
335
471
|
"fts_disabled_message": "You must <a href=\"{{repositoryEditPage}}\" target=\"_blank\">enable the full-text search (FTS) index</a> to use this method.",
|
|
336
|
-
"missing_repository_id": "Repository ID must be selected"
|
|
472
|
+
"missing_repository_id": "Repository ID must be selected",
|
|
473
|
+
"btn": {
|
|
474
|
+
"reload": {
|
|
475
|
+
"tooltip": "Refresh the FTS index status"
|
|
476
|
+
}
|
|
477
|
+
}
|
|
478
|
+
},
|
|
479
|
+
"fts_search_max_number_of_triples_per_call": {
|
|
480
|
+
"label": "Max number of results (triples) per call",
|
|
481
|
+
"tooltip": "Limit the maximum number of triples returned by Full-text search. The default value is automatic and determined at runtime. If not sure, leave the default value.",
|
|
482
|
+
"placeholder": "Automatic value"
|
|
337
483
|
},
|
|
338
484
|
"sparql_search": {
|
|
339
485
|
"label": "SPARQL",
|
|
486
|
+
"tooltip": "Answers questions by performing a SPARQL query. This works well for datasets with good ontologies and performs well on closed-ended questions, including aggregations.",
|
|
340
487
|
"required_option": "Select how an ontology should be fetched"
|
|
341
488
|
},
|
|
342
489
|
"ontology_graph": {
|
|
343
|
-
"label": "Fetch ontology from a named graph"
|
|
490
|
+
"label": "Fetch ontology from a named graph",
|
|
491
|
+
"tooltip": "The named graph that contains the entire ontology or a subset sufficient to generate useful SPARQL queries."
|
|
492
|
+
},
|
|
493
|
+
"add_missing_namespaces": {
|
|
494
|
+
"label": "Auto-add missing namespaces",
|
|
495
|
+
"tooltip": "Automatically insert missing namespaces in SPARQL queries. This helps avoid errors when a query doesn't include necessary namespaces. In many cases, the model corrects itself after the missing namespaces error is returned, but enabling this option ensures GraphDB resolves the issue automatically."
|
|
344
496
|
},
|
|
345
497
|
"construct_query": {
|
|
346
|
-
"label": "Provide a SPARQL CONSTRUCT query that fetches the ontology"
|
|
498
|
+
"label": "Provide a SPARQL CONSTRUCT query that fetches the ontology",
|
|
499
|
+
"tooltip": "A SPARQL CONSTRUCT query that returns the entire ontology or a subset sufficient to generate useful SPARQL queries."
|
|
347
500
|
},
|
|
348
501
|
"similarity_search": {
|
|
349
|
-
"label": "Similarity search"
|
|
502
|
+
"label": "Similarity search",
|
|
503
|
+
"tooltip": "Answers questions by using Similarity search. Performs well on open-ended questions but not so well on providing aggregations."
|
|
504
|
+
},
|
|
505
|
+
"similarity_search_max_number_of_triples_per_call": {
|
|
506
|
+
"label": "Max number of results (triples) per call",
|
|
507
|
+
"tooltip": "Limit the maximum number of triples returned by Similarity search. The default value is automatic and determined at runtime. If not sure, leave the default value.",
|
|
508
|
+
"placeholder": "Automatic value"
|
|
350
509
|
},
|
|
351
510
|
"similarity_index": {
|
|
352
511
|
"label": "Similarity index name",
|
|
512
|
+
"tooltip": "The text similarity index to use for similarity search queries.",
|
|
353
513
|
"loading_indexes": "Loading similarity indexes...",
|
|
354
514
|
"no_similarity_index": {
|
|
355
515
|
"message_1": "You must",
|
|
356
516
|
"message_2": "create a similarity index",
|
|
357
517
|
"message_3": "to use this method"
|
|
518
|
+
},
|
|
519
|
+
"btn": {
|
|
520
|
+
"reload": {
|
|
521
|
+
"tooltip": "Refresh the similarity indexes"
|
|
522
|
+
}
|
|
358
523
|
}
|
|
359
524
|
},
|
|
360
525
|
"similarity_threshold": {
|
|
361
|
-
"label": "Similarity threshold"
|
|
526
|
+
"label": "Similarity score threshold",
|
|
527
|
+
"tooltip": "Use only similarity results whose score is at least the threshold value, between 0 and 1. The default value is 0.6."
|
|
362
528
|
},
|
|
363
529
|
"retrieval_search": {
|
|
364
|
-
"label": "ChatGPT
|
|
530
|
+
"label": "ChatGPT Retrieval connector",
|
|
531
|
+
"tooltip": "Answers questions by using vector search in text chunks created from RDF. Performs well on open-ended questions but not so well on providing aggregations.",
|
|
365
532
|
"no_retrieval_connectors": {
|
|
366
533
|
"message_1": "You must",
|
|
367
|
-
"message_2": "create ChatGPT
|
|
534
|
+
"message_2": "create ChatGPT Retrieval connector",
|
|
368
535
|
"message_3": "to use this method"
|
|
536
|
+
},
|
|
537
|
+
"btn": {
|
|
538
|
+
"reload": {
|
|
539
|
+
"tooltip": "Refresh the ChatGPT Retrieval connectors"
|
|
540
|
+
}
|
|
369
541
|
}
|
|
370
542
|
},
|
|
371
543
|
"connector_id": {
|
|
372
|
-
"label": "ChatGPT
|
|
544
|
+
"label": "ChatGPT Retrieval connector",
|
|
545
|
+
"tooltip": "The ChatGPT Retrieval Connector instance to use for CtatGPT retrieval queries."
|
|
373
546
|
},
|
|
374
547
|
"query_template": {
|
|
375
|
-
"label": "Query template"
|
|
548
|
+
"label": "Query template",
|
|
549
|
+
"tooltip": "This template may use a filter with the available metadata fields in your ChatGPT Retrieval Connector instance. The default value contains only the query part and uses no metadata fields. Please consult the documentation for more information."
|
|
376
550
|
},
|
|
377
|
-
"
|
|
378
|
-
"label": "Max number of results (
|
|
551
|
+
"retrieval_search_max_number_of_triples_per_call": {
|
|
552
|
+
"label": "Max number of results (chunks) per call",
|
|
553
|
+
"tooltip": "Limit the maximum number of text chunks returned by the ChatGPT Retrieval Connector. The default value is automatic and determined at runtime. If not sure, leave the default value.",
|
|
379
554
|
"placeholder": "Automatic value"
|
|
380
555
|
},
|
|
381
556
|
"system_instruction": {
|
|
382
|
-
"label": "
|
|
383
|
-
"placeholder": "Enter
|
|
557
|
+
"label": "Base instructions",
|
|
558
|
+
"placeholder": "Enter base instructions",
|
|
559
|
+
"tooltip": "Base instructions for the agent. The default value provides good results in most setups so there is no need to change it.",
|
|
560
|
+
"overriding_system_instruction_warning": {
|
|
561
|
+
"title": "Overriding base instructions",
|
|
562
|
+
"body": "Modifying the base instructions may result in suboptimal performance. Only proceed if you are confident in your adjustments."
|
|
563
|
+
},
|
|
564
|
+
"btn": {
|
|
565
|
+
"copy_instruction": {
|
|
566
|
+
"tooltip": "Copy base instructions"
|
|
567
|
+
},
|
|
568
|
+
"restore_default": {
|
|
569
|
+
"tooltip": "Reset to default"
|
|
570
|
+
}
|
|
571
|
+
}
|
|
384
572
|
},
|
|
385
573
|
"user_instruction": {
|
|
386
|
-
"label": "
|
|
387
|
-
"placeholder": "Enter
|
|
574
|
+
"label": "Additional instructions",
|
|
575
|
+
"placeholder": "Enter additional instructions",
|
|
576
|
+
"tooltip": "Additional instructions can be used to provide ground truths or proper instructions.",
|
|
577
|
+
"btn": {
|
|
578
|
+
"copy_instruction": {
|
|
579
|
+
"tooltip": "Copy additional instructions"
|
|
580
|
+
},
|
|
581
|
+
"restore_default": {
|
|
582
|
+
"tooltip": "Reset to default"
|
|
583
|
+
}
|
|
584
|
+
}
|
|
388
585
|
},
|
|
389
586
|
"additional_query_methods": {
|
|
390
587
|
"label": "Additional query methods",
|
|
588
|
+
"tooltip": "Additional query methods supplement the main query methods but cannot be used on their own to answer general questions.",
|
|
391
589
|
"method": {
|
|
392
|
-
"iri_discovery_search":
|
|
590
|
+
"iri_discovery_search": {
|
|
591
|
+
"label": "Full-text search in labels for IRI discovery",
|
|
592
|
+
"tooltip": "Helps the model discover the IRIs for a particular incomplete query, for example the name Michael in “What’s Michael’s phone number?”"
|
|
593
|
+
}
|
|
393
594
|
}
|
|
394
595
|
}
|
|
395
596
|
},
|
|
@@ -402,6 +603,17 @@
|
|
|
402
603
|
},
|
|
403
604
|
"save": {
|
|
404
605
|
"label": "Save"
|
|
606
|
+
},
|
|
607
|
+
"explain_settings": {
|
|
608
|
+
"label": "Explain settings"
|
|
609
|
+
}
|
|
610
|
+
},
|
|
611
|
+
"dialog": {
|
|
612
|
+
"confirm_repository_change_before_open_similarity": {
|
|
613
|
+
"body": "If you proceed with creating the similarity index, GraphDB will open in a new tab and switch to the <b>{{repositoryId}}</b> repository."
|
|
614
|
+
},
|
|
615
|
+
"confirm_repository_change_before_open_connectors": {
|
|
616
|
+
"body": "If you proceed with creating the ChatGPT Retrieval connector, GraphDB will open in a new tab and switch to the <b>{{repositoryId}}</b> repository."
|
|
405
617
|
}
|
|
406
618
|
}
|
|
407
619
|
},
|
|
@@ -409,6 +621,36 @@
|
|
|
409
621
|
"title": "Delete Agent",
|
|
410
622
|
"body": "Do you really want to delete the agent <b>{{agentName}}</b>?"
|
|
411
623
|
},
|
|
624
|
+
"instructions_explain_modal": {
|
|
625
|
+
"title": "Agent instructions",
|
|
626
|
+
"instructions": {
|
|
627
|
+
"baseInstructions": {
|
|
628
|
+
"label": "Base instructions",
|
|
629
|
+
"description": "Establishes the main context and foundational guidelines for the agent's behavior."
|
|
630
|
+
},
|
|
631
|
+
"additionalInstructions": {
|
|
632
|
+
"label": "Additional instructions",
|
|
633
|
+
"description": "Provides extra guidelines to further customize the agent's behavior or specify important truths."
|
|
634
|
+
},
|
|
635
|
+
"sparqlInstructions": {
|
|
636
|
+
"label": "SPARQL instructions",
|
|
637
|
+
"description": "Details the instructions for constructing and executing SPARQL queries."
|
|
638
|
+
},
|
|
639
|
+
"ontologyIntroduction": {
|
|
640
|
+
"label": "Ontology introduction",
|
|
641
|
+
"description": "Introduces the section that contains the ontology data."
|
|
642
|
+
},
|
|
643
|
+
"ontology": {
|
|
644
|
+
"label": "Ontology",
|
|
645
|
+
"description": "Represents the extracted and serialized ontology."
|
|
646
|
+
}
|
|
647
|
+
},
|
|
648
|
+
"btn": {
|
|
649
|
+
"close": {
|
|
650
|
+
"label": "Close"
|
|
651
|
+
}
|
|
652
|
+
}
|
|
653
|
+
},
|
|
412
654
|
"agent_select_menu": {
|
|
413
655
|
"no_selection_label": "Select an agent",
|
|
414
656
|
"deleted_agent": "[deleted agent]",
|
|
@@ -419,7 +661,8 @@
|
|
|
419
661
|
},
|
|
420
662
|
"fat_btn": {
|
|
421
663
|
"create_agent": {
|
|
422
|
-
"label": "Create your first agent"
|
|
664
|
+
"label": "Create your first agent",
|
|
665
|
+
"tooltip_disabled": "You do not have permission to create an agent"
|
|
423
666
|
}
|
|
424
667
|
},
|
|
425
668
|
"btn": {
|
|
@@ -428,8 +671,9 @@
|
|
|
428
671
|
"all": "All"
|
|
429
672
|
},
|
|
430
673
|
"edit_agent": {
|
|
431
|
-
"label": "
|
|
432
|
-
"tooltip": "Edit
|
|
674
|
+
"label": "Agent settings",
|
|
675
|
+
"tooltip": "Edit agent settings",
|
|
676
|
+
"tooltip_disabled": "You do not have permission to edit the agent"
|
|
433
677
|
},
|
|
434
678
|
"clone_agent": {
|
|
435
679
|
"label": "Clone",
|
|
@@ -441,19 +685,32 @@
|
|
|
441
685
|
},
|
|
442
686
|
"create_agent": {
|
|
443
687
|
"label": "Create Agent",
|
|
444
|
-
"tooltip": "Create
|
|
688
|
+
"tooltip": "Create a new agent",
|
|
689
|
+
"tooltip_disabled": "You do not have permission to create an agent"
|
|
445
690
|
},
|
|
446
691
|
"open_sidebar": {
|
|
447
|
-
"tooltip": "
|
|
692
|
+
"tooltip": "Manage agents",
|
|
693
|
+
"tooltip_disabled": "You do not have permission to modify the agent"
|
|
448
694
|
},
|
|
449
695
|
"close_sidebar": {
|
|
450
696
|
"tooltip": "Close sidebar"
|
|
697
|
+
},
|
|
698
|
+
"copy_gpt_token_prop": {
|
|
699
|
+
"tooltip": "Copy GPT token property"
|
|
700
|
+
},
|
|
701
|
+
"open-agent-actions": {
|
|
702
|
+
"label_disabled": "You do not have permission to modify the agent"
|
|
451
703
|
}
|
|
452
704
|
},
|
|
453
705
|
"messages": {
|
|
454
706
|
"no_agents": "No agents found for the selected filter.",
|
|
455
|
-
"help_1": "
|
|
456
|
-
"help_2": "
|
|
707
|
+
"help_1": "{{'ttyg.helpInfo'|translate|trustAsHtml}}",
|
|
708
|
+
"help_2": "{{'ttyg.help.how.content2'|translate|trustAsHtml}}",
|
|
709
|
+
"help_config": "To use <b>Talk to Your Graph</b>, GraphDB must first be configured to work with OpenAI. Please ensure that the necessary API keys and settings are in place before starting. For detailed setup instructions, refer to the <a href=\"{{talkToGraphDocumentationLink}}\" target=\"_blank\" rel=\"noopener\">documentation<i class=\"icon-external\"></i></a> or contact your administrator.",
|
|
710
|
+
"token_prop_warn1": "To enable this feature, set the config property",
|
|
711
|
+
"token_prop_warn2": "to your GPT token in",
|
|
712
|
+
"token_prop_warn3": "file.",
|
|
713
|
+
"token_prop_warn4": "Configuring your use of GPT models",
|
|
457
714
|
"error_retrieval_connectors_loading": "Error loading retrieval connectors",
|
|
458
715
|
"error_similarity_indexes_loading": "Error loading similarity indexes",
|
|
459
716
|
"error_repository_config_loading": "Error loading repository configurations",
|
|
@@ -462,23 +719,11 @@
|
|
|
462
719
|
}
|
|
463
720
|
},
|
|
464
721
|
"help.what.title": "What is this?",
|
|
465
|
-
"help.what.content": "
|
|
722
|
+
"help.what.content": "{{'ttyg.helpInfo'|translate|trustAsHtml}}",
|
|
466
723
|
"help.how.title": "How does it work?",
|
|
467
724
|
"help.how.content": "The bot uses the ChatGPT Retrieval connector to fetch information it does not know about. As such, you must first create a suitable connector. See also the settings for fine-tuning the integration with the Retrieval connector.",
|
|
468
|
-
"
|
|
469
|
-
"
|
|
470
|
-
"settings.title": "Talk to Your Graph Settings",
|
|
471
|
-
"settings.info": "The settings are stored in the browser only and are per repository.",
|
|
472
|
-
"settings.connector.id": "Retrieval connector ID",
|
|
473
|
-
"settings.connector.id.tooltip": "The ID of the Retrieval connector to use. If empty, the first defined connector will be used.",
|
|
474
|
-
"settings.query.template": "Query template",
|
|
475
|
-
"settings.query.template.tooltip": "The query template used by the chat bot to request more information from the connector. It must contain at least the \"query\" key but may also contain a \"filter\" key if your connector has suitable metadata.",
|
|
476
|
-
"settings.ground.truths": "Ground truths",
|
|
477
|
-
"settings.ground.truths.tooltip": "An optional list of ground truths that help the chat bot to establish context.",
|
|
478
|
-
"settings.topk": "Number of top results",
|
|
479
|
-
"settings.topk.tooltip": "Number of results returned to the chat bot when it requests more information. More results will provide more information but they may also introduce noise.",
|
|
480
|
-
"settings.echo.vector.query": "Echo vector query",
|
|
481
|
-
"settings.echo.vector.query.tooltip": "If enabled the bot will use the generated queries as feedback to the GPT API."
|
|
725
|
+
"help.how.content1": "<b>Talk to Your Graph</b> is powered by OpenAI's Assistants API. You begin by selecting or configuring an agent, which defines the context and rules for querying. Once set, you can start a conversation by asking questions in natural language. The assistant interprets your query, runs the appropriate query methods to retrieve data, and responds with an answer. Persistent chat ensures conversations stay contextually aware, enabling deeper, more coherent interactions over time. You can use multiple agents concurrently to cover various domains or data sources.",
|
|
726
|
+
"help.how.content2": "An agent in <b>Talk to Your Graph</b> is an AI-driven assistant specifically configured to interact with your graph database. It uses advanced natural language processing to understand and respond to your questions by querying the database and delivering relevant information. Each agent is tailored to a specific context, making interactions seamless and efficient, whether you're retrieving data, exploring insights, or working on complex projects."
|
|
482
727
|
},
|
|
483
728
|
"config.name.label": "Config name",
|
|
484
729
|
"graph.config.required": "My graph config (required)",
|
|
@@ -847,6 +1092,7 @@
|
|
|
847
1092
|
"resource.memory.heap.label": "Heap memory usage",
|
|
848
1093
|
"resource.memory.heap.tooltip": "Shows the heap memory used by GraphDB. The heap memory is the main memory allocated for keeping the database running and it is also used for any memory-intensive operations when needed. Approaching the maximum heap size can slow down GraphDB",
|
|
849
1094
|
"resource.memory.heap.max": "Maximum heap size: ",
|
|
1095
|
+
"resource.memory.non_heap.max": "Maximum off-heap size: ",
|
|
850
1096
|
"resource.memory.non_heap.label": "Off-heap memory usage",
|
|
851
1097
|
"resource.memory.non_heap.tooltip": "Shows the off-heap memory used by GraphDB. The off-heap memory is used only for certain structures and should not grow substantially with time",
|
|
852
1098
|
"resource.memory.committed": "Committed memory",
|
|
@@ -1026,8 +1272,6 @@
|
|
|
1026
1272
|
"core.create.saved.query": "Create saved query",
|
|
1027
1273
|
"core.show.saved.query": "Show saved queries",
|
|
1028
1274
|
"core.popover.get.url.current.query": "Get URL to current query",
|
|
1029
|
-
"core.include.inferred": "Include inferred data in results: ",
|
|
1030
|
-
"core.expand.sameAs": "Expand results over owl:sameAs: ",
|
|
1031
1275
|
"core.require.inferred": "Requires 'Include Inferred'!",
|
|
1032
1276
|
"query.editor.no.results.from.prev.run.warning": "No results from previous run. Click Run or press Ctrl/Cmd-Enter to execute the current query or update.",
|
|
1033
1277
|
"query.editor.visual.btn": "Visual",
|
|
@@ -1511,6 +1755,7 @@
|
|
|
1511
1755
|
"delete.repo.warning.msg": "<p>Are you sure you want to delete the repository <strong>{{repositoryId}}</strong>?</p><p><span class=\"icon-2x icon-warning\" style=\"color: var(--primary-color-dark)\"></span>All data in the repository will be lost.</p>",
|
|
1512
1756
|
"confirm.restart.repo": "Confirm restart",
|
|
1513
1757
|
"confirm.restart.repo.warning.msg": "<p>Are you sure you want to restart the repository <strong>{{repositoryId}}</strong>?</p><p><span class=\"icon-2x icon-warning\" style=\"color: var(--primary-color-dark)\"></span>The repository will be shut down immediately and all running queries and updates will be cancelled.</p>",
|
|
1758
|
+
"restart.repo.in.cluster.tooltip": "Restarting a repository is not supported in a cluster environment. To apply configuration changes, restart all cluster nodes.",
|
|
1514
1759
|
"location.cannot.be.empty.error": "Location cannot be empty",
|
|
1515
1760
|
"required.field": "This field is required",
|
|
1516
1761
|
"created.repo.success.msg": "The repository {{repoId}} has been created.",
|
|
@@ -1614,6 +1859,7 @@
|
|
|
1614
1859
|
"repositories.location.remote.graph_db.instances": "Remote GraphDB instances",
|
|
1615
1860
|
"repositories.location.local.graph_db.instance": "Local GraphDB instance",
|
|
1616
1861
|
"repositories.location.ontopic.instances": "Remote Ontopic instances",
|
|
1862
|
+
"repositories.location.sparql.instances": "Remote SPARQL endpoints",
|
|
1617
1863
|
"no.repos.in.current.location": "There are no repositories in the current location",
|
|
1618
1864
|
"connect.repo": "Connect repository",
|
|
1619
1865
|
"connected.tooltip": "Connected",
|
|
@@ -1642,6 +1888,7 @@
|
|
|
1642
1888
|
"common.cancel.btn": "Cancel",
|
|
1643
1889
|
"common.yes.btn": "Yes",
|
|
1644
1890
|
"common.ok.btn": "OK",
|
|
1891
|
+
"common.close.btn": "Close",
|
|
1645
1892
|
"common.error": "Error",
|
|
1646
1893
|
"common.warning": "Warning",
|
|
1647
1894
|
"common.loading": "Loading...",
|
|
@@ -1668,6 +1915,7 @@
|
|
|
1668
1915
|
"common.attach": "Attach",
|
|
1669
1916
|
"common.close": "Close",
|
|
1670
1917
|
"common.preview": "Preview",
|
|
1918
|
+
"common.learn_more_in_documentation": "Learn more in the GraphDB documentation",
|
|
1671
1919
|
"paginator.first.page.label": "First",
|
|
1672
1920
|
"paginator.last.page.label": "Last",
|
|
1673
1921
|
"active.location.version.not.support.settings.warning": "The version of GraphDB at your active location does not support settings.",
|
|
@@ -1789,19 +2037,22 @@
|
|
|
1789
2037
|
"remote.location.required": "Location URL is required.",
|
|
1790
2038
|
"remote.location.ontopic.username.required": "ClientID*",
|
|
1791
2039
|
"remote.location.ontopic.password.required": "Secret*",
|
|
1792
|
-
"remote.ontopic.location.enter.url.msg": "Enter a URL to an Ontopic remote instance",
|
|
1793
2040
|
"manage.remote.location.dialog.graph_db.basic.auth.type.description": "Basic authentication requires a Username and a Password.",
|
|
1794
2041
|
"manage.remote.location.dialog.ontopic.basic.auth.type.description": "Basic authentication requires a ClientID and a Secret.",
|
|
2042
|
+
"manage.remote.location.dialog.sparql.basic.auth.type.description": "Basic authentication requires a Username and a Password.",
|
|
1795
2043
|
"manage.remote.location.dialog.update.instance": "Edit remote instance",
|
|
1796
2044
|
"manage.remote.location.dialog.attach.instance": "Attach a remote instance",
|
|
1797
2045
|
"manage.remote.location.dialog.graph_db.location.instance": "GraphDB instance",
|
|
1798
|
-
"manage.remote.location.dialog.ontopic.location.instance": "Ontopic
|
|
2046
|
+
"manage.remote.location.dialog.ontopic.location.instance": "Ontopic SPARQL endpoint",
|
|
2047
|
+
"manage.remote.location.dialog.sparql.endpoint.instance": "SPARQL endpoint",
|
|
1799
2048
|
"manage.remote.location.dialog.required.url": "Location URL*",
|
|
1800
2049
|
"manage.remote.location.dialog.graph_db.url.message": "Enter a URL to a remote GraphDB instance",
|
|
1801
|
-
"manage.remote.location.dialog.ontopic.url.message": "Enter a URL to an Ontopic remote
|
|
2050
|
+
"manage.remote.location.dialog.ontopic.url.message": "Enter a URL to an Ontopic remote SPARQL endpoint",
|
|
2051
|
+
"manage.remote.location.dialog.sparql.url.message": "Enter a URL to a SPARQL endpoint",
|
|
1802
2052
|
"manage.remote.location.dialog.url.requred.message": "Location URL is required.",
|
|
1803
2053
|
"manage.remote.location.dialog.graph_db.error.not_valid.url": "Note that the location should be a URL that points to a remote GraphDB installation, e.g.",
|
|
1804
2054
|
"manage.remote.location.dialog.ontopic.error.not_valid.url": "Note that the location should be a URL that points to a remote Ontopic installation, e.g.",
|
|
2055
|
+
"manage.remote.location.dialog.sparql.error.not_valid.url": "Note that the location should be a URL that points to a remote SPARQL endpoint, e.g.",
|
|
1805
2056
|
"manage.remote.location.dialog.auth_type.header": "Authentication type",
|
|
1806
2057
|
"manage.remote.location.dialog.auth_type.none": "None",
|
|
1807
2058
|
"manage.remote.location.dialog.auth_type.basic": "Basic auth",
|
|
@@ -1809,15 +2060,20 @@
|
|
|
1809
2060
|
"manage.remote.location.dialog.auth_type.signature": "Signature",
|
|
1810
2061
|
"manage.remote.location.dialog.graph_db.username.required.message": "Username*",
|
|
1811
2062
|
"manage.remote.location.dialog.ontopic.username.required.message": "ClientID*",
|
|
2063
|
+
"manage.remote.location.dialog.sparql.username.required.message": "Username*",
|
|
1812
2064
|
"manage.remote.location.dialog.graph_db.password.required.message": "Password*",
|
|
1813
2065
|
"manage.remote.location.dialog.ontopic.password.required.message": "Secret*",
|
|
2066
|
+
"manage.remote.location.dialog.sparql.password.required.message": "Password*",
|
|
1814
2067
|
"manage.remote.location.dialog.auth_type.signature.description.prefix": "Signature authentication uses the token secret, which must be the same on all GraphDB instances. For more information on configuring the token secret, please refer to ",
|
|
1815
2068
|
"manage.remote.location.dialog.auth_type.signature.description.suffix": " in the documentation.",
|
|
1816
2069
|
"manage.remote.location.dialog.graph_db.username.placeholder": "my username",
|
|
1817
2070
|
"manage.remote.location.dialog.ontopic.username.placeholder": "my client id",
|
|
2071
|
+
"manage.remote.location.dialog.sparql.username.placeholder": "my username",
|
|
1818
2072
|
"manage.remote.location.dialog.graph_db.password.placeholder": "my password",
|
|
1819
2073
|
"manage.remote.location.dialog.ontopic.password.placeholder": "my secret",
|
|
2074
|
+
"manage.remote.location.dialog.sparql.password.placeholder": "my password",
|
|
1820
2075
|
"valid.remote.location.warning": "Note that the location should be a URL that points to a remote GraphDB installation, e.g.",
|
|
2076
|
+
"duplicate.remote.location.warning": "The URL is already in the list",
|
|
1821
2077
|
"auth.type.header": "Authentication type",
|
|
1822
2078
|
"remote.location.no.auth.used.tooltip": "No authentication used with remote location",
|
|
1823
2079
|
"auth.type.none": "None",
|
|
@@ -2296,6 +2552,7 @@
|
|
|
2296
2552
|
"repo.page.location.label": "Location",
|
|
2297
2553
|
"repo.page.location.input.field.tooltip": "The location where to create repository. The default is the local one.",
|
|
2298
2554
|
"repo.page.repository.info.loading.error": "Currently selected repository cannot be edited due to an error during repository metadata loading.",
|
|
2555
|
+
"guides.loading.message.failure": "Failed to load guides!",
|
|
2299
2556
|
"guide.button.guide-paused": "Guide paused",
|
|
2300
2557
|
"guide.button.guide-resume": "Continue the guide",
|
|
2301
2558
|
"guide.validate.no-next": "Cannot continue to next",
|
|
@@ -2341,7 +2598,8 @@
|
|
|
2341
2598
|
"guide.step_plugin.visual-graph-link-focus.title": "Visual graph links",
|
|
2342
2599
|
"guide.step_plugin.visual-graph-link-focus.content": "An arrow with a label represents one or more links between nodes. In this case, the arrow shows the relation <b>{{fromIriLabel}} → {{iriLabel}} → {{toIriLabel}}</b>.",
|
|
2343
2600
|
"guide.step_plugin.download-guide-resource.title": "Download guide resources",
|
|
2344
|
-
"guide.step_plugin.download-guide-resource.content": "This guide requires a file to be downloaded.<br>Please <a href=\"{{
|
|
2601
|
+
"guide.step_plugin.download-guide-resource.content": "This guide requires a file to be downloaded.<br>Please <a href=\"#\" ng-click=\"downloadGuidesFile('{{resourcePath}}', '{{resourceFile}}')\">download {{resourceFile}}</a>.",
|
|
2602
|
+
"guide.step_plugin.download-guide-resource.download.message.failure": "Failed to download the '{{resourceFile}}' file!",
|
|
2345
2603
|
"guide.step_plugin.choose-repository.content": "Click on the repository selection dropdown.",
|
|
2346
2604
|
"guide.step_plugin.select-repository.content": "Click on the <b>{{getRepositoryId()}}</b> repository button.",
|
|
2347
2605
|
"guide.step_plugin.select-repository-plug.content": "Click on the plug icon of the <b>{{repositoryId}}</b> repository.",
|
|
@@ -2423,5 +2681,30 @@
|
|
|
2423
2681
|
"yasgui.tab_list.close_other_tabs.confirmation.queries_one_update.message": "<div class=\"run_query_confirmation alert alert-warning\">You have running {{queriesCount}} queries and 1 update. The queries will be aborted</div><div>Are you sure you want to close all other query tabs?</div>",
|
|
2424
2682
|
"yasgui.tab_list.close_other_tabs.confirmation.queries_updates.message": "<div class=\"run_query_confirmation alert alert-warning\">You have running {{queriesCount}} queries and {{updatesCount}} updates. The queries will be aborted.</div><div>Are you sure you want to close all other query tabs?</div>",
|
|
2425
2683
|
"yasgui.tab_list.close_tab.confirmation.not_query_update.message": "<div class=\"run_query_confirmation alert alert-warning\">You have running 1 update.</div><div>Are you sure you want to close this query tab?</div>",
|
|
2426
|
-
"yasgui.tab_list.close_tab.confirmation.query_non_updates.message": "<div class=\"run_query_confirmation alert alert-warning\">You have running 1 query, that will be aborted.</div><div>Are you sure you want to close this query tab?</div>"
|
|
2684
|
+
"yasgui.tab_list.close_tab.confirmation.query_non_updates.message": "<div class=\"run_query_confirmation alert alert-warning\">You have running 1 query, that will be aborted.</div><div>Are you sure you want to close this query tab?</div>",
|
|
2685
|
+
"cookie" : {
|
|
2686
|
+
"cookie_consent": "We may use cookies to help us improve GraphDB and develop better features. No personal or sensitive information is collected. By clicking “{{'common.ok.btn' | translate}},” you consent to our",
|
|
2687
|
+
"cookie_policy_url_label": "Cookie Policy",
|
|
2688
|
+
"policy": {
|
|
2689
|
+
"title": "Cookies Policy",
|
|
2690
|
+
"purpose_heading": "Purpose",
|
|
2691
|
+
"purpose_text": "This Cookies Policy explains the data Ontotext collects and uses when you use our GraphDB product, specifically the Free Edition.",
|
|
2692
|
+
"purpose_enterprise_text": "Note that if you upgrade to the commercial GraphDB Enterprise Edition, no cookies will be stored on your device, regardless of settings.",
|
|
2693
|
+
"privacy_commitment_heading": "Ontotext privacy commitment",
|
|
2694
|
+
"privacy_commitment_text": "We are committed to not collecting any personal data or information when you use GraphDB Free. Additionally:",
|
|
2695
|
+
"privacy_commitment_1": "We will not sell or rent the technical information we collect to others.",
|
|
2696
|
+
"privacy_commitment_2": "We strive to maximize the protection of all technical data collected.",
|
|
2697
|
+
"cookies_heading": "Cookies",
|
|
2698
|
+
"cookies_text": "When you use GraphDB Free Edition, Ontotext will store cookies on your device to collect anonymous information about how you interact with the product. This technical data helps us improve and refine our software. Importantly, we cannot link this information to you personally or to any identifiable data. These cookies are solely intended to help us understand user interactions and identify potential issues within GraphDB.",
|
|
2699
|
+
"manage_cookies_heading": "Manage cookies",
|
|
2700
|
+
"statistic_cookies": "GraphDB analytics cookies",
|
|
2701
|
+
"statistic_tooltip": "Toggle GraphDB analytics cookies",
|
|
2702
|
+
"statistic_text": "These cookies help us understand how users interact with different aspects of GraphDB by collecting and reporting information anonymously. This data allows us to improve the overall product experience and develop features based on how GraphDB is used, without collecting any personal information.",
|
|
2703
|
+
"third_party_cookies": "Third-party cookies",
|
|
2704
|
+
"third_party_tooltip": "Toggle Third-party cookies",
|
|
2705
|
+
"third_party_cookies_text": "We use Google Analytics 4 (GA4) cookies to help us recognize unique users and sessions, track interactions, and collect data such as page views, session duration, and engagement. These cookies are managed by Google, meaning we do not control their operation. IP anonymization is enabled by default in GA4, so it cannot store IP addresses or track users personally. No data is shared between GA4 and other Google products, and processing occurs globally, primarily in the USA, without breaching GDPR, as no personal data is collected.",
|
|
2706
|
+
"change_cookies": "You can change your cookie preferences at any time in",
|
|
2707
|
+
"change_cookies_location4": "Cookie policy"
|
|
2708
|
+
}
|
|
2709
|
+
}
|
|
2427
2710
|
}
|