nucliadb-admin-assets 1.0.0.post2395__py3-none-any.whl → 1.0.0.post2484__py3-none-any.whl
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.
- nucliadb_admin_assets/789.450b423bc7dae63c.js +1 -0
- nucliadb_admin_assets/assets/deployment/app-config.json +1 -1
- nucliadb_admin_assets/assets/i18n/common/ca.json +47 -91
- nucliadb_admin_assets/assets/i18n/common/en.json +47 -104
- nucliadb_admin_assets/assets/i18n/common/es.json +47 -91
- nucliadb_admin_assets/assets/i18n/common/fr.json +47 -91
- nucliadb_admin_assets/assets/i18n/sync/ca.json +148 -147
- nucliadb_admin_assets/assets/i18n/sync/en.json +148 -147
- nucliadb_admin_assets/assets/i18n/sync/es.json +148 -147
- nucliadb_admin_assets/assets/i18n/sync/fr.json +148 -147
- nucliadb_admin_assets/assets/i18n/user/ca.json +0 -8
- nucliadb_admin_assets/assets/i18n/user/en.json +0 -8
- nucliadb_admin_assets/assets/i18n/user/es.json +0 -8
- nucliadb_admin_assets/assets/i18n/user/fr.json +0 -8
- nucliadb_admin_assets/index.html +2 -2
- nucliadb_admin_assets/main.fa04712e309bb796.js +1 -0
- nucliadb_admin_assets/runtime.36f4a1af6de029bd.js +1 -0
- nucliadb_admin_assets/styles.93af2737f32fdfdf.css +1 -0
- {nucliadb_admin_assets-1.0.0.post2395.dist-info → nucliadb_admin_assets-1.0.0.post2484.dist-info}/METADATA +1 -1
- {nucliadb_admin_assets-1.0.0.post2395.dist-info → nucliadb_admin_assets-1.0.0.post2484.dist-info}/RECORD +23 -23
- nucliadb_admin_assets/789.624be3cafeb1ce94.js +0 -1
- nucliadb_admin_assets/main.1e81040f2d0f5ac5.js +0 -1
- nucliadb_admin_assets/runtime.c79835f6d7705a98.js +0 -1
- nucliadb_admin_assets/styles.222a36b41ec8c5ce.css +0 -1
- {nucliadb_admin_assets-1.0.0.post2395.dist-info → nucliadb_admin_assets-1.0.0.post2484.dist-info}/WHEEL +0 -0
- {nucliadb_admin_assets-1.0.0.post2395.dist-info → nucliadb_admin_assets-1.0.0.post2484.dist-info}/top_level.txt +0 -0
- {nucliadb_admin_assets-1.0.0.post2395.dist-info → nucliadb_admin_assets-1.0.0.post2484.dist-info}/zip-safe +0 -0
|
@@ -62,14 +62,6 @@
|
|
|
62
62
|
"account.kb.creation-form.kb-info.description": "Set the name and description of the Knowledge Box.",
|
|
63
63
|
"account.kb.creation-form.kb-info.title": "Knowledge Box information",
|
|
64
64
|
"account.kb.creation-form.title": "Create a Knowledge Box",
|
|
65
|
-
"account.kb.creation-form.vector-database.description": "Agentic RAG utilizes <a href=\"https://github.com/nuclia/nucliadb\">NucliaDB</a>, an open-source data framework specifically designed for RAG applications. NucliaDB includes its own vector database implementation to efficiently manage your data.\n<br>\nWhile you have the option to use an external vector database, please note that this may result in certain feature limitations.",
|
|
66
|
-
"account.kb.creation-form.vector-database.input-label": "API key",
|
|
67
|
-
"account.kb.creation-form.vector-database.pinecone.api-info": "Pinecone api keys can be obtained following <a href=\"https://docs.pinecone.io/guides/projects/understanding-projects#api-keys\" target=\"_blank\" rel=\"noopener noreferrer\">this documentation</a>",
|
|
68
|
-
"account.kb.creation-form.vector-database.pinecone.aws-region": "AWS region",
|
|
69
|
-
"account.kb.creation-form.vector-database.pinecone.could-provider": "Pinecone Cloud provider",
|
|
70
|
-
"account.kb.creation-form.vector-database.pinecone.toggle-label": "Use external Pinecone vector database",
|
|
71
|
-
"account.kb.creation-form.vector-database.pinecone.warning": "When using Pinecone vector database, some Agentic RAG features like keyword and full text search won’t be available. ",
|
|
72
|
-
"account.kb.creation-form.vector-database.title": "Third party vector database ",
|
|
73
65
|
"account.kb.edit": "Edit preferences",
|
|
74
66
|
"account.kb.publish": "Publish",
|
|
75
67
|
"account.kb.retire": "Unpublish",
|
|
@@ -78,7 +70,6 @@
|
|
|
78
70
|
"account.knowledgeboxes": "Knowledge Boxes",
|
|
79
71
|
"account.manage": "Manage account",
|
|
80
72
|
"account.models.custom-models.default": "Default",
|
|
81
|
-
"account.models.custom-models.empty-list": "There are no custom models associated with your account yet.",
|
|
82
73
|
"account.models.custom-models.error": "An error occurred while modifying the model",
|
|
83
74
|
"account.models.custom-models.selection": "Select the custom models that can be visible and used in this Knowledge Box.",
|
|
84
75
|
"account.models.custom-models.title": "Custom models",
|
|
@@ -91,6 +82,11 @@
|
|
|
91
82
|
"account.models.model-configs.system-prompt": "System prompt",
|
|
92
83
|
"account.models.model-configs.title": "Model configurations",
|
|
93
84
|
"account.models.model-configs.zone": "Zone",
|
|
85
|
+
"account.models.restrictions.all": "All models",
|
|
86
|
+
"account.models.restrictions.allowed-models": "Allowed models",
|
|
87
|
+
"account.models.restrictions.custom": "Only custom models and configurations",
|
|
88
|
+
"account.models.restrictions.error": "An error occurred while modifying the allowed models",
|
|
89
|
+
"account.models.restrictions.title": "Model restrictions",
|
|
94
90
|
"account.models.title": "Models",
|
|
95
91
|
"account.new_token": "New API key",
|
|
96
92
|
"account.nua_client": "Client name",
|
|
@@ -134,9 +130,11 @@
|
|
|
134
130
|
"account.retrieval-agents.count-of-max": "{{count}} of {{max}}",
|
|
135
131
|
"account.retrieval-agents.create": "Create retrieval agent",
|
|
136
132
|
"account.retrieval-agents.create-dialog.agent-name": "Agent name",
|
|
133
|
+
"account.retrieval-agents.create-dialog.memory": "Agent with memory",
|
|
134
|
+
"account.retrieval-agents.create-dialog.memory-help": "Store full history in sessions. Note: available soon.",
|
|
137
135
|
"account.retrieval-agents.create-dialog.name-placeholder": "Unique name",
|
|
138
136
|
"account.retrieval-agents.create-dialog.title": "Agent’s profile",
|
|
139
|
-
"account.retrieval-agents.create-dialog.zone": "Select a region to host your agent
|
|
137
|
+
"account.retrieval-agents.create-dialog.zone": "Select a region to host your agent",
|
|
140
138
|
"account.retrieval-agents.description": "Create multi-agent workflows that leverage multiple internal or external sources to provide the right context, and use different strategies to produce more precise results to complex queries.",
|
|
141
139
|
"account.retrieval-agents.empty-list": "You’ll find here your retrieval agents.",
|
|
142
140
|
"account.retrieval-agents.error.create": "Something went wrong when creating the Retrieval Agent. Please try again.",
|
|
@@ -341,6 +339,7 @@
|
|
|
341
339
|
"billing.update_payment_method": "Update payment method",
|
|
342
340
|
"billing.upgrade": "Upgrade",
|
|
343
341
|
"billing.upgrade_now": "Upgrade now",
|
|
342
|
+
"billing.usage.billable": "Billable",
|
|
344
343
|
"billing.usage.consumables": "Consumables",
|
|
345
344
|
"billing.usage.consumption": "Consumption",
|
|
346
345
|
"billing.usage.cost": "Cost",
|
|
@@ -520,7 +519,7 @@
|
|
|
520
519
|
"generic.pagination": "{{current}} of {{total}}",
|
|
521
520
|
"generic.preferences": "Preferences",
|
|
522
521
|
"generic.presence": "Presence",
|
|
523
|
-
"generic.previous": "Previous
|
|
522
|
+
"generic.previous": "Previous",
|
|
524
523
|
"generic.profile": "Profile",
|
|
525
524
|
"generic.refresh": "Refresh",
|
|
526
525
|
"generic.reindexing": "Reprocessing resources",
|
|
@@ -530,6 +529,7 @@
|
|
|
530
529
|
"generic.resource_list": "List of resources",
|
|
531
530
|
"generic.restore": "Restore",
|
|
532
531
|
"generic.result": "Result",
|
|
532
|
+
"generic.retrieval-agent": "Retrieval agent",
|
|
533
533
|
"generic.role": "Role",
|
|
534
534
|
"generic.save": "Save",
|
|
535
535
|
"generic.select": "Select",
|
|
@@ -602,10 +602,6 @@
|
|
|
602
602
|
"kb.ai-models.answer-generation.behavior.title": "Set a system prompt for {{provider}}",
|
|
603
603
|
"kb.ai-models.answer-generation.prompt.description": "Defines the way you want the system to act when you ask a question. Here you can define more specific rules, that could even override the defined behavior. For example, you could set a prompt that makes the system only give results in lists, or even ask to answer in a given language.",
|
|
604
604
|
"kb.ai-models.answer-generation.prompt.title": "Set a prompt for {{provider}}",
|
|
605
|
-
"kb.ai-models.answer-generation.restrict.all": "Allow all models",
|
|
606
|
-
"kb.ai-models.answer-generation.restrict.custom": "Allow only custom models and configurations",
|
|
607
|
-
"kb.ai-models.answer-generation.restrict.description": "Define which models are available for use in this Knowledge Box.",
|
|
608
|
-
"kb.ai-models.answer-generation.restrict.title": "Model Restrictions",
|
|
609
605
|
"kb.ai-models.answer-generation.select-llm.description": "Choose the LLM that will work the best to answer your user’s questions.",
|
|
610
606
|
"kb.ai-models.answer-generation.select-llm.help.chatgpt-vision": "This model is best at answering questions regarding the content of images.",
|
|
611
607
|
"kb.ai-models.answer-generation.select-llm.own-key.label": "Use your own {{provider}} key",
|
|
@@ -691,6 +687,11 @@
|
|
|
691
687
|
"kb.create.in_progress": "Knowledge Box creation in progress…",
|
|
692
688
|
"kb.create.invalid_name": "Invalid Knowledge Box name",
|
|
693
689
|
"kb.create.title": "Create a Knowledge Box",
|
|
690
|
+
"kb.form.allowed-ips.blocked": "You cannot access the content of this Knowledge Box because of IP address restriction rules.",
|
|
691
|
+
"kb.form.allowed-ips.help": "One IP address per line",
|
|
692
|
+
"kb.form.allowed-ips.label": "Allowed IP addresses",
|
|
693
|
+
"kb.form.allowed-ips.placeholder": "Example: {{ip}}",
|
|
694
|
+
"kb.form.allowed-ips.warning": "If you add some IP addresses in this list, make sure to put at least your current IP address ({{ip}}). If not, you will not be able to access your KB content from the dashboard anymore.",
|
|
694
695
|
"kb.form.allowed_origins.help": "One domain per line",
|
|
695
696
|
"kb.form.allowed_origins.label": "Allowed origins (CORS)",
|
|
696
697
|
"kb.form.description": "Description (optional)",
|
|
@@ -746,6 +747,7 @@
|
|
|
746
747
|
"kb.settings.status.private": "private",
|
|
747
748
|
"kb.settings.status.published": "public",
|
|
748
749
|
"kb.settings.toasts.failure": "An error occurred when saving the settings.",
|
|
750
|
+
"kb.settings.toasts.invalid-ips": "Some of the IP addresses are invalid",
|
|
749
751
|
"kb.settings.toasts.success": "The new settings have been saved successfully.",
|
|
750
752
|
"kb.users.already-exists": "A user with email <strong>{{email}}</strong> already exists in this knowledge Box",
|
|
751
753
|
"kb.users.insufficient-permissions": "You cannot invite <strong>{{email}}</strong> because they are not part of this account.<br>\nThe user must first be invited to the account by an account manager.",
|
|
@@ -895,13 +897,6 @@
|
|
|
895
897
|
"onboarding.aws.contact": "If you experience any issues, contact us at <a href=\"mailto:{{email}}\">{{email}}</a>",
|
|
896
898
|
"onboarding.aws.create-kb.title": "Create a Knowledge Box",
|
|
897
899
|
"onboarding.aws.email-error": "The selected email cannot be used to create a new account. Please choose a different one.",
|
|
898
|
-
"onboarding.aws.get-started.create-kb": "Create my own Knowledge Box",
|
|
899
|
-
"onboarding.aws.get-started.create-kb-or-invite": "Would you like to create your own Knowledge Box or invite other users to set it up?",
|
|
900
|
-
"onboarding.aws.get-started.invite-owner": "Invite an account owner to create Knowledge Box",
|
|
901
|
-
"onboarding.aws.get-started.kb-help": "A Knowledge Box is a container that stores and organizes data inside your Agentic RAG account. Knowledge Boxes represent isolated workspaces (such as projects, teams, or clients) and operate independently with their own access permissions to keep information secured and organized.",
|
|
902
|
-
"onboarding.aws.get-started.kb-required": "In order to upload, manage and search files you first need to create a <strong>Knowledge Box<strong>.",
|
|
903
|
-
"onboarding.aws.get-started.next-button": "Next step",
|
|
904
|
-
"onboarding.aws.get-started.title": "Get started",
|
|
905
900
|
"onboarding.aws.monthly-budget.help": "You can set a monthly spending limit. You can always change it later in the Subscription page.",
|
|
906
901
|
"onboarding.aws.monthly-budget.question": "Would you like to set a monthly budget for consumption?",
|
|
907
902
|
"onboarding.aws.monthly-budget.set-up-account-button": "Set up your account",
|
|
@@ -1177,14 +1172,10 @@
|
|
|
1177
1172
|
"resource.warning.warning": "Warning",
|
|
1178
1173
|
"resource.warning.warnings": "Warnings",
|
|
1179
1174
|
"retrieval-agents.drivers.add.button": "Add driver",
|
|
1180
|
-
"retrieval-agents.drivers.add.cypher": "Add a Cypher driver",
|
|
1181
|
-
"retrieval-agents.drivers.add.guardrails": "Add a Guardrails AI driver",
|
|
1182
1175
|
"retrieval-agents.drivers.add.internet.all-configured": "All internet drivers already configured",
|
|
1183
1176
|
"retrieval-agents.drivers.add.internet.label": "Add an Internet driver",
|
|
1184
|
-
"retrieval-agents.drivers.add.mcpsse": "Add a MCP SSE driver",
|
|
1185
|
-
"retrieval-agents.drivers.add.mcpstdio": "Add a MCP STDIO driver",
|
|
1186
1177
|
"retrieval-agents.drivers.add.nuclia": "Add a Agentic RAG KB driver",
|
|
1187
|
-
"retrieval-agents.drivers.add.
|
|
1178
|
+
"retrieval-agents.drivers.add.title": "Add a {{name}} driver",
|
|
1188
1179
|
"retrieval-agents.drivers.confirm-deletion.description": "Are you sure you want to delete this driver? This action cannot be undone.",
|
|
1189
1180
|
"retrieval-agents.drivers.confirm-deletion.title": "Delete {{name}}?",
|
|
1190
1181
|
"retrieval-agents.drivers.description": "Select the external sources available to the agents",
|
|
@@ -1193,39 +1184,8 @@
|
|
|
1193
1184
|
"retrieval-agents.drivers.errors.creation": "An error occurred while creating the driver, please try again.",
|
|
1194
1185
|
"retrieval-agents.drivers.errors.deletion": "An error occurred while deleting the driver, please try again.",
|
|
1195
1186
|
"retrieval-agents.drivers.errors.edition": "An error occurred while saving the driver, please try again.",
|
|
1196
|
-
"retrieval-agents.drivers.form.cypher.database": "Database",
|
|
1197
|
-
"retrieval-agents.drivers.form.cypher.enhanced-schema": "Enhanced schema",
|
|
1198
|
-
"retrieval-agents.drivers.form.cypher.extra.label": "Extra config",
|
|
1199
|
-
"retrieval-agents.drivers.form.cypher.password": "Password",
|
|
1200
|
-
"retrieval-agents.drivers.form.cypher.url": "URL",
|
|
1201
|
-
"retrieval-agents.drivers.form.cypher.username": "Username",
|
|
1202
1187
|
"retrieval-agents.drivers.form.driver-name": "Driver name",
|
|
1203
|
-
"retrieval-agents.drivers.form.guardrails.alinia-key": "Alinia key",
|
|
1204
|
-
"retrieval-agents.drivers.form.internet.already-configured": "{{name}} already configured",
|
|
1205
|
-
"retrieval-agents.drivers.form.internet.credentials": "Credentials",
|
|
1206
|
-
"retrieval-agents.drivers.form.internet.endpoint": "Endpoint",
|
|
1207
|
-
"retrieval-agents.drivers.form.internet.location": "Location",
|
|
1208
|
-
"retrieval-agents.drivers.form.internet.project": "Project",
|
|
1209
|
-
"retrieval-agents.drivers.form.internet.provider": "Provider",
|
|
1210
|
-
"retrieval-agents.drivers.form.internet.vertexai": "Vertex AI",
|
|
1211
1188
|
"retrieval-agents.drivers.form.key": "Key",
|
|
1212
|
-
"retrieval-agents.drivers.form.mcpsse.sse-read-timeout": "SSE read timeout",
|
|
1213
|
-
"retrieval-agents.drivers.form.mcpsse.uri": "URI",
|
|
1214
|
-
"retrieval-agents.drivers.form.mcpstdio.args.add": "Add an argument",
|
|
1215
|
-
"retrieval-agents.drivers.form.mcpstdio.args.label": "Arguments",
|
|
1216
|
-
"retrieval-agents.drivers.form.mcpstdio.args.remove": "Remove argument",
|
|
1217
|
-
"retrieval-agents.drivers.form.mcpstdio.command": "Command",
|
|
1218
|
-
"retrieval-agents.drivers.form.mcpstdio.cwd": "Current working directory (cwd)",
|
|
1219
|
-
"retrieval-agents.drivers.form.mcpstdio.encoding": "Character encoding ",
|
|
1220
|
-
"retrieval-agents.drivers.form.mcpstdio.encoding-error.ignore": "Ignore",
|
|
1221
|
-
"retrieval-agents.drivers.form.mcpstdio.encoding-error.replace": "Replace",
|
|
1222
|
-
"retrieval-agents.drivers.form.mcpstdio.encoding-error.strict": "Strict",
|
|
1223
|
-
"retrieval-agents.drivers.form.mcpstdio.encoding_error_handler": "Encoding error handler",
|
|
1224
|
-
"retrieval-agents.drivers.form.mcpstdio.env.add": "Add environment variable",
|
|
1225
|
-
"retrieval-agents.drivers.form.mcpstdio.env.label": "Environment",
|
|
1226
|
-
"retrieval-agents.drivers.form.mcpstdio.env.property-name": "Name",
|
|
1227
|
-
"retrieval-agents.drivers.form.mcpstdio.env.property-value": "Value",
|
|
1228
|
-
"retrieval-agents.drivers.form.mcpstdio.env.remove": "Remove env",
|
|
1229
1189
|
"retrieval-agents.drivers.form.nuclia.custom": "Use a custom Knowledge Box configuration",
|
|
1230
1190
|
"retrieval-agents.drivers.form.nuclia.description.help": "Description is mandatory: it will be used by the LLM to select the most accurate source according the user question when the agent uses multiple Agentic RAG KB sources.",
|
|
1231
1191
|
"retrieval-agents.drivers.form.nuclia.description.label": "Description",
|
|
@@ -1237,8 +1197,6 @@
|
|
|
1237
1197
|
"retrieval-agents.drivers.form.nuclia.key.owner-info": "The agent requires an API key to access the KB data, so after submitting this form you will be asked for an expiration date for the generated key.",
|
|
1238
1198
|
"retrieval-agents.drivers.form.nuclia.manager": "NUA API URL",
|
|
1239
1199
|
"retrieval-agents.drivers.form.nuclia.url": "Base URL",
|
|
1240
|
-
"retrieval-agents.drivers.form.sql.dsn": "Data Source Name (DSN)",
|
|
1241
|
-
"retrieval-agents.drivers.form.sql.sql-schema": "SQL schema",
|
|
1242
1200
|
"retrieval-agents.drivers.form.timeout": "Timeout",
|
|
1243
1201
|
"retrieval-agents.drivers.table.actions": "Actions",
|
|
1244
1202
|
"retrieval-agents.drivers.table.delete": "Delete driver",
|
|
@@ -1246,16 +1204,6 @@
|
|
|
1246
1204
|
"retrieval-agents.drivers.table.name": "Name",
|
|
1247
1205
|
"retrieval-agents.drivers.table.provider": "Provider",
|
|
1248
1206
|
"retrieval-agents.drivers.title": "Drivers",
|
|
1249
|
-
"retrieval-agents.drivers.types.alinia": "Alinia Guardrails",
|
|
1250
|
-
"retrieval-agents.drivers.types.brave": "Brave",
|
|
1251
|
-
"retrieval-agents.drivers.types.cypher": "Cypher",
|
|
1252
|
-
"retrieval-agents.drivers.types.google": "Google",
|
|
1253
|
-
"retrieval-agents.drivers.types.mcpsse": "MCP SSE",
|
|
1254
|
-
"retrieval-agents.drivers.types.mcpstdio": "MCP STDIO",
|
|
1255
|
-
"retrieval-agents.drivers.types.nucliadb": "Agentic RAG KB",
|
|
1256
|
-
"retrieval-agents.drivers.types.perplexity": "Perplexity",
|
|
1257
|
-
"retrieval-agents.drivers.types.sql": "SQL",
|
|
1258
|
-
"retrieval-agents.drivers.types.tavily": "Tavily",
|
|
1259
1207
|
"retrieval-agents.sessions.list.confirm-deletion.description": "Session content will be permanently deleted from you agent’s memory.",
|
|
1260
1208
|
"retrieval-agents.sessions.list.confirm-deletion.title": "Delete session",
|
|
1261
1209
|
"retrieval-agents.sessions.list.description": "Each search session using your agent is saved here in the Agent memory. You can consult and manage any session from the list below.",
|
|
@@ -1315,23 +1263,14 @@
|
|
|
1315
1263
|
"retrieval-agents.workflow.node-types.basic_ask.description": "Agentic RAG ask agent",
|
|
1316
1264
|
"retrieval-agents.workflow.node-types.basic_ask.form.generative-model": "Generative model",
|
|
1317
1265
|
"retrieval-agents.workflow.node-types.basic_ask.title": "Ask Agentic RAG KB",
|
|
1266
|
+
"retrieval-agents.workflow.node-types.brave.description": "## TODO ##",
|
|
1267
|
+
"retrieval-agents.workflow.node-types.brave.title": "Internet - Brave",
|
|
1318
1268
|
"retrieval-agents.workflow.node-types.conditional.description": "IF… THEN… ELSE…",
|
|
1319
1269
|
"retrieval-agents.workflow.node-types.conditional.form.prompt.help": "Connect <strong>THEN</strong> and <strong>ELSE</strong> statement to other nodes.",
|
|
1320
1270
|
"retrieval-agents.workflow.node-types.conditional.form.prompt.label": "Prompt",
|
|
1321
1271
|
"retrieval-agents.workflow.node-types.conditional.form.prompt.placeholder": "If…",
|
|
1322
1272
|
"retrieval-agents.workflow.node-types.conditional.title": "Condition",
|
|
1323
1273
|
"retrieval-agents.workflow.node-types.cypher.description": "Access data from your Cypher database",
|
|
1324
|
-
"retrieval-agents.workflow.node-types.cypher.form.exclude-type.add": "Add a type to exclude",
|
|
1325
|
-
"retrieval-agents.workflow.node-types.cypher.form.exclude-type.label": "Excluded types",
|
|
1326
|
-
"retrieval-agents.workflow.node-types.cypher.form.exclude-type.remove": "Remove excluded type",
|
|
1327
|
-
"retrieval-agents.workflow.node-types.cypher.form.go-to-drivers": "Create a Cypher driver",
|
|
1328
|
-
"retrieval-agents.workflow.node-types.cypher.form.include-dangerous-requests": "Include dangerous requests",
|
|
1329
|
-
"retrieval-agents.workflow.node-types.cypher.form.include-type.add": "Add a type to include",
|
|
1330
|
-
"retrieval-agents.workflow.node-types.cypher.form.include-type.label": "Included types",
|
|
1331
|
-
"retrieval-agents.workflow.node-types.cypher.form.include-type.remove": "Remove included type",
|
|
1332
|
-
"retrieval-agents.workflow.node-types.cypher.form.no-source": "There is no Cypher driver registered, you need to create one before adding a Cypher node.",
|
|
1333
|
-
"retrieval-agents.workflow.node-types.cypher.form.source": "Cypher source",
|
|
1334
|
-
"retrieval-agents.workflow.node-types.cypher.form.top-k": "Top K",
|
|
1335
1274
|
"retrieval-agents.workflow.node-types.cypher.title": "Cypher query",
|
|
1336
1275
|
"retrieval-agents.workflow.node-types.external.description": "Do an API call to an external URL once the task is finished",
|
|
1337
1276
|
"retrieval-agents.workflow.node-types.external.form.call_obj.help": "The question and the answer will be added to it",
|
|
@@ -1353,6 +1292,8 @@
|
|
|
1353
1292
|
"retrieval-agents.workflow.node-types.generate.images": "Uses images",
|
|
1354
1293
|
"retrieval-agents.workflow.node-types.generate.prompt-placeholder": "Prompt for the generated text/JSON/image format",
|
|
1355
1294
|
"retrieval-agents.workflow.node-types.generate.title": "Generation",
|
|
1295
|
+
"retrieval-agents.workflow.node-types.google.description": "## TODO ##",
|
|
1296
|
+
"retrieval-agents.workflow.node-types.google.title": "Internet - Google",
|
|
1356
1297
|
"retrieval-agents.workflow.node-types.guardrails.form.detection_config.help": "JSON schema representing the detection configuration",
|
|
1357
1298
|
"retrieval-agents.workflow.node-types.guardrails.form.detection_config.label": "Custom detection configuration",
|
|
1358
1299
|
"retrieval-agents.workflow.node-types.guardrails.form.go-to-drivers": "Create a Guardrails driver",
|
|
@@ -1370,6 +1311,10 @@
|
|
|
1370
1311
|
"retrieval-agents.workflow.node-types.historical.form.all.help": "Use all session history",
|
|
1371
1312
|
"retrieval-agents.workflow.node-types.historical.form.all.label": "Use history",
|
|
1372
1313
|
"retrieval-agents.workflow.node-types.historical.title": "History",
|
|
1314
|
+
"retrieval-agents.workflow.node-types.http.description": "Make an HTTP call to a static URI",
|
|
1315
|
+
"retrieval-agents.workflow.node-types.http.title": "HTTP",
|
|
1316
|
+
"retrieval-agents.workflow.node-types.httpstatic.description": "Make an HTTP call to a static URI",
|
|
1317
|
+
"retrieval-agents.workflow.node-types.httpstatic.title": "HTTP static",
|
|
1373
1318
|
"retrieval-agents.workflow.node-types.internet.description": "Perplexity, Brave, Tavily, Google",
|
|
1374
1319
|
"retrieval-agents.workflow.node-types.internet.form.country": "Country",
|
|
1375
1320
|
"retrieval-agents.workflow.node-types.internet.form.domain.add": "Add domain",
|
|
@@ -1390,6 +1335,8 @@
|
|
|
1390
1335
|
"retrieval-agents.workflow.node-types.mcp.form.tool-choice-model": "Tool choice model",
|
|
1391
1336
|
"retrieval-agents.workflow.node-types.mcp.form.transport": "Transport",
|
|
1392
1337
|
"retrieval-agents.workflow.node-types.mcp.title": "Model Context Protocol (MCP)",
|
|
1338
|
+
"retrieval-agents.workflow.node-types.perplexity.description": "## TODO ##",
|
|
1339
|
+
"retrieval-agents.workflow.node-types.perplexity.title": "Internet - Perplexity",
|
|
1393
1340
|
"retrieval-agents.workflow.node-types.postprocess_alinia.description": "Add LLM output guard",
|
|
1394
1341
|
"retrieval-agents.workflow.node-types.postprocess_alinia.title": "Guardrails AI",
|
|
1395
1342
|
"retrieval-agents.workflow.node-types.preprocess_alinia.description": "Add LLM input guard",
|
|
@@ -1425,25 +1372,10 @@
|
|
|
1425
1372
|
"retrieval-agents.workflow.node-types.root.preprocess": "Preprocess",
|
|
1426
1373
|
"retrieval-agents.workflow.node-types.router.title": "Router",
|
|
1427
1374
|
"retrieval-agents.workflow.node-types.sql.description": "Access data from your SQL database",
|
|
1428
|
-
"retrieval-agents.workflow.node-types.sql.form.custom_table_info.label": "Customized table info",
|
|
1429
1375
|
"retrieval-agents.workflow.node-types.sql.form.go-to-drivers": "Create an SQL driver",
|
|
1430
|
-
"retrieval-agents.workflow.node-types.sql.form.ignore_tables.disabled": "Erase \"Include tables\" field first, as they are mutually exclusive",
|
|
1431
|
-
"retrieval-agents.workflow.node-types.sql.form.ignore_tables.help": "List of tables to ignore, comma-separated",
|
|
1432
|
-
"retrieval-agents.workflow.node-types.sql.form.ignore_tables.label": "Ignore tables",
|
|
1433
|
-
"retrieval-agents.workflow.node-types.sql.form.include_tables.disabled": "Erase \"Ignore tables\" field first, as they are mutually exclusive",
|
|
1434
|
-
"retrieval-agents.workflow.node-types.sql.form.include_tables.help": "List of tables to include, comma-separated",
|
|
1435
|
-
"retrieval-agents.workflow.node-types.sql.form.include_tables.label": "Include tables",
|
|
1436
|
-
"retrieval-agents.workflow.node-types.sql.form.indexes_in_table_info": "Use table indexes",
|
|
1437
|
-
"retrieval-agents.workflow.node-types.sql.form.lazy_table_reflection": "Lazy table reflection",
|
|
1438
|
-
"retrieval-agents.workflow.node-types.sql.form.max_string_length": "Max string length",
|
|
1439
|
-
"retrieval-agents.workflow.node-types.sql.form.no-source": "There is no SQL driver registered, you need to create one before adding this kind of node.",
|
|
1440
|
-
"retrieval-agents.workflow.node-types.sql.form.prompt": "Description",
|
|
1441
|
-
"retrieval-agents.workflow.node-types.sql.form.retries": "Retries",
|
|
1442
|
-
"retrieval-agents.workflow.node-types.sql.form.sample_rows_in_table_info": "Amount of example rows",
|
|
1443
|
-
"retrieval-agents.workflow.node-types.sql.form.source": "SQL source",
|
|
1444
|
-
"retrieval-agents.workflow.node-types.sql.form.sqlschema": "SQL schema",
|
|
1445
|
-
"retrieval-agents.workflow.node-types.sql.form.view_support": "View support",
|
|
1446
1376
|
"retrieval-agents.workflow.node-types.sql.title": "SQL query",
|
|
1377
|
+
"retrieval-agents.workflow.node-types.static.description": "Make an HTTP call to a static URI",
|
|
1378
|
+
"retrieval-agents.workflow.node-types.static.title": "HTTP static",
|
|
1447
1379
|
"retrieval-agents.workflow.node-types.summarize.config.default-prompt": "Summarize the output using the default prompt",
|
|
1448
1380
|
"retrieval-agents.workflow.node-types.summarize.conversational.help": "Respond in a conversational style",
|
|
1449
1381
|
"retrieval-agents.workflow.node-types.summarize.conversational.label": "Conversational",
|
|
@@ -1451,6 +1383,8 @@
|
|
|
1451
1383
|
"retrieval-agents.workflow.node-types.summarize.images": "Images",
|
|
1452
1384
|
"retrieval-agents.workflow.node-types.summarize.prompt-placeholder": "Prompt for the summary format",
|
|
1453
1385
|
"retrieval-agents.workflow.node-types.summarize.title": "Summarize",
|
|
1386
|
+
"retrieval-agents.workflow.node-types.tavily.description": "## TODO ##",
|
|
1387
|
+
"retrieval-agents.workflow.node-types.tavily.title": "Internet - Tavily",
|
|
1454
1388
|
"retrieval-agents.workflow.sidebar.close-button": "Close side panel",
|
|
1455
1389
|
"retrieval-agents.workflow.sidebar.node-creation.context": "Add node",
|
|
1456
1390
|
"retrieval-agents.workflow.sidebar.node-creation.generation": "Add generation node",
|
|
@@ -1485,6 +1419,7 @@
|
|
|
1485
1419
|
"retrieval-agents.workflow.sidebar.test.form.input-label": "Input",
|
|
1486
1420
|
"retrieval-agents.workflow.sidebar.test.form.input-placeholder": "User question",
|
|
1487
1421
|
"retrieval-agents.workflow.sidebar.test.form.run-button": "Run test",
|
|
1422
|
+
"retrieval-agents.workflow.sidebar.test.form.session-select.ephemeral": "Without session",
|
|
1488
1423
|
"retrieval-agents.workflow.sidebar.test.form.session-select.label": "Test session",
|
|
1489
1424
|
"retrieval-agents.workflow.sidebar.test.form.session-select.new": "Create new session",
|
|
1490
1425
|
"retrieval-agents.workflow.sidebar.test.form.stop-button": "Stop",
|
|
@@ -1637,9 +1572,11 @@
|
|
|
1637
1572
|
"search.configuration.generative-answer.rag-strategies.page-images.toggle-label": "Include page screenshots",
|
|
1638
1573
|
"search.configuration.generative-answer.rag-strategies.paragraph-images.toggle-description": "Images extracted from the matching paragraphs will be added to the context.",
|
|
1639
1574
|
"search.configuration.generative-answer.rag-strategies.paragraph-images.toggle-label": "Include paragraph images",
|
|
1640
|
-
"search.configuration.generative-answer.rag-strategies.specific-fields.info-box": "One field id per line. The field ids have to be in the format {field_type}/{field_name}, like 'a/title', 'a/summary' for title and summary fields or 't/amend' for a text field named ’amend’. ",
|
|
1641
|
-
"search.configuration.generative-answer.rag-strategies.specific-fields.textarea-label": "Field ids",
|
|
1642
|
-
"search.configuration.generative-answer.rag-strategies.specific-fields.
|
|
1575
|
+
"search.configuration.generative-answer.rag-strategies.specific-fields.field-ids.info-box": "One field id per line. The field ids have to be in the format {field_type}/{field_name}, like 'a/title', 'a/summary' for title and summary fields or 't/amend' for a text field named ’amend’. ",
|
|
1576
|
+
"search.configuration.generative-answer.rag-strategies.specific-fields.field-ids.textarea-label": "Field ids",
|
|
1577
|
+
"search.configuration.generative-answer.rag-strategies.specific-fields.field-prefixes.info-box": "One field prefix per line. Enter the prefixes as defined in the generator agents.",
|
|
1578
|
+
"search.configuration.generative-answer.rag-strategies.specific-fields.field-prefixes.textarea-label": "Generated field prefixes",
|
|
1579
|
+
"search.configuration.generative-answer.rag-strategies.specific-fields.toggle-description": "Passes specific fields (designated by their ids or prefixes) along with the paragraphs retrieved by the search query",
|
|
1643
1580
|
"search.configuration.generative-answer.rag-strategies.specific-fields.toggle-label": "Pass specific field(s) as context",
|
|
1644
1581
|
"search.configuration.generative-answer.rag-strategies.textual-hierarchy.toggle-description": "Each paragraph will be preceded by the title of the resource and its summary (if defined).",
|
|
1645
1582
|
"search.configuration.generative-answer.rag-strategies.textual-hierarchy.toggle-label": "Include textual hierarchy",
|
|
@@ -1707,11 +1644,15 @@
|
|
|
1707
1644
|
"search.configuration.result-display.sort-results.toggle-description": "The user will be able to define the order of the search results.",
|
|
1708
1645
|
"search.configuration.result-display.sort-results.toggle-label": "Sort results",
|
|
1709
1646
|
"search.configuration.routing.add-rule": "Add rule",
|
|
1647
|
+
"search.configuration.routing.direct-answer-help": "Instead of applying a search config, just let the LLM answer directly.",
|
|
1648
|
+
"search.configuration.routing.direct-answer-label": "Direct answer from the LLM",
|
|
1649
|
+
"search.configuration.routing.direct-answer-placeholder": "When the question is mainly small talk.",
|
|
1710
1650
|
"search.configuration.routing.prompt-help": "Prompt explaining in which cases the selected search configuration must be applied.",
|
|
1711
1651
|
"search.configuration.routing.prompt-label": "Prompt",
|
|
1712
1652
|
"search.configuration.routing.prompt-placeholder": "Choose this configuration when the question is about a specific document. The document must be named explicitly.\n\nFor example:\n\"Give me the main topics of the September 25 team meeting's minutes\"\n\"What does Article L.123 explain?\"\n\"Who are the customers involved in contract ABC.123?\"",
|
|
1713
1653
|
"search.configuration.routing.rule": "Rule",
|
|
1714
1654
|
"search.configuration.routing.search-config": "Search configuration",
|
|
1655
|
+
"search.configuration.routing.search-config-help": "You can only select configurations aligned with the kind of the current config.",
|
|
1715
1656
|
"search.configuration.routing.section-description": "Dynamically apply a given search configuration",
|
|
1716
1657
|
"search.configuration.routing.section-title": "User-intent routing",
|
|
1717
1658
|
"search.configuration.routing.use-routing.toggle-description": "Provide prompts that will allow the model to define the search configuration to apply depending on the user intent detected in the question.",
|
|
@@ -1722,8 +1663,6 @@
|
|
|
1722
1663
|
"search.configuration.save-config-modal.title": "Save your configuration",
|
|
1723
1664
|
"search.configuration.save-error": "An error occurred while saving the search configurations",
|
|
1724
1665
|
"search.configuration.saved-config-title": "Saved configuration",
|
|
1725
|
-
"search.configuration.search-box.automatic-filtering.toggle-description": "Detects entities mentioned in the user query and turns them automatically into filters.",
|
|
1726
|
-
"search.configuration.search-box.automatic-filtering.toggle-label": "Automatic filtering",
|
|
1727
1666
|
"search.configuration.search-box.filter-logic.and-logic": "Return results that match all of the selected filters",
|
|
1728
1667
|
"search.configuration.search-box.filter-logic.or-logic": "Return results that match at least one of the selected filters",
|
|
1729
1668
|
"search.configuration.search-box.filter-logic.title": "Type of filter logic",
|
|
@@ -1984,7 +1923,8 @@
|
|
|
1984
1923
|
"stash.retire.warning": "If you unpublish the \"{{ kb }}\" Knowledge Box, all the information in it will become private.",
|
|
1985
1924
|
"stash.search": "Search",
|
|
1986
1925
|
"stash.search-modes.slug": "By slug",
|
|
1987
|
-
"stash.search-modes.
|
|
1926
|
+
"stash.search-modes.startswith": "Starts with",
|
|
1927
|
+
"stash.search-modes.title": "Word in title",
|
|
1988
1928
|
"stash.search-modes.uid": "By UID",
|
|
1989
1929
|
"stash.search-toggle-answer": "Generative answer",
|
|
1990
1930
|
"stash.search_users": "Add a new user",
|
|
@@ -2070,6 +2010,7 @@
|
|
|
2070
2010
|
"tasks-automation.form.filter.excluded-fields.button-label": "Excluded field types",
|
|
2071
2011
|
"tasks-automation.form.filter.fields.all-types": "All field types",
|
|
2072
2012
|
"tasks-automation.form.filter.fields.button-label": "Field types",
|
|
2013
|
+
"tasks-automation.form.filter.filter-expression.help": "Reminder: Filter out generic fields if you don't want the agent to apply to resource titles.",
|
|
2073
2014
|
"tasks-automation.form.filter.filter-expression.title": "Filter expression",
|
|
2074
2015
|
"tasks-automation.form.filter.filter-expression.use-assistant": "Use assistant",
|
|
2075
2016
|
"tasks-automation.form.filter.operator": "Use OR operator to find resources",
|
|
@@ -2077,6 +2018,7 @@
|
|
|
2077
2018
|
"tasks-automation.form.filter.search-in.title-or-content": "Title or content contains",
|
|
2078
2019
|
"tasks-automation.form.filter.search-input-label": "Comma-separated keywords",
|
|
2079
2020
|
"tasks-automation.form.filter.title": "Filter the resources",
|
|
2021
|
+
"tasks-automation.form.labels-selection.add-labelset": "Add label set",
|
|
2080
2022
|
"tasks-automation.form.labels-selection.create-label-set-button": "Create new label set",
|
|
2081
2023
|
"tasks-automation.form.labels-selection.description": "Select the labels that you want to use and where you want them assigned.",
|
|
2082
2024
|
"tasks-automation.form.labels-selection.label-list.add-label": "Add label",
|
|
@@ -2236,6 +2178,7 @@
|
|
|
2236
2178
|
"upload.advanced.language-detection.input-help": "Use specified language when processing the files uploaded",
|
|
2237
2179
|
"upload.advanced.language-detection.input-label": "Language code (2 letters ISO format)",
|
|
2238
2180
|
"upload.advanced.title": "Options",
|
|
2181
|
+
"upload.advanced.update-existing.label": "Update existing",
|
|
2239
2182
|
"upload.answer_format": "Answer format",
|
|
2240
2183
|
"upload.check_files": "Check file status",
|
|
2241
2184
|
"upload.completed": "completed",
|