diff --git a/src/platform/packages/private/kbn-language-documentation/src/sections/generated/scalar_functions.tsx b/src/platform/packages/private/kbn-language-documentation/src/sections/generated/scalar_functions.tsx index c18a2b8aa7eb9..932f16a7d2ee5 100644 --- a/src/platform/packages/private/kbn-language-documentation/src/sections/generated/scalar_functions.tsx +++ b/src/platform/packages/private/kbn-language-documentation/src/sections/generated/scalar_functions.tsx @@ -1297,7 +1297,7 @@ export const functions = { markdownContent={i18n.translate('languageDocumentation.documentationESQL.md5.markdown', { defaultMessage: ` ### MD5 - Computes the MD5 hash of the input. + Computes the MD5 hash of the input (if the MD5 hash is available on the JVM). \`\`\`esql FROM sample_data diff --git a/src/platform/packages/shared/kbn-esql-ast/src/definitions/generated/commands/commands.ts b/src/platform/packages/shared/kbn-esql-ast/src/definitions/generated/commands/commands.ts index 06dbddb2431dd..e20e0d4601bae 100644 --- a/src/platform/packages/shared/kbn-esql-ast/src/definitions/generated/commands/commands.ts +++ b/src/platform/packages/shared/kbn-esql-ast/src/definitions/generated/commands/commands.ts @@ -80,11 +80,6 @@ export const commandsMetadata: Record = { type: 'command', name: 'rerank', }, - rrf: { - type: 'command', - name: 'rrf', - license: 'ENTERPRISE', - }, sample: { type: 'command', name: 'sample',