mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
# Backport This will backport the following commits from `main` to `8.x`: - [[Search] [Inference Management UI] : Update ELSER tutorial Link (#199527)](https://github.com/elastic/kibana/pull/199527) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Samiul Monir","email":"150824886+Samiul-TheSoccerFan@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-11-08T19:49:36Z","message":"[Search] [Inference Management UI] : Update ELSER tutorial Link (#199527)\n\n## Summary\r\n\r\nUpdate tutorial link for `elser` in Inference management plugin.","sha":"bcfe9bf48b377a64177031595af584245c510bec","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Search","backport:version","v8.17.0","v8.16.1"],"title":"[Search] [Inference Management UI] : Update ELSER tutorial Link","number":199527,"url":"https://github.com/elastic/kibana/pull/199527","mergeCommit":{"message":"[Search] [Inference Management UI] : Update ELSER tutorial Link (#199527)\n\n## Summary\r\n\r\nUpdate tutorial link for `elser` in Inference management plugin.","sha":"bcfe9bf48b377a64177031595af584245c510bec"}},"sourceBranch":"main","suggestedTargetBranches":["8.x","8.16"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/199527","number":199527,"mergeCommit":{"message":"[Search] [Inference Management UI] : Update ELSER tutorial Link (#199527)\n\n## Summary\r\n\r\nUpdate tutorial link for `elser` in Inference management plugin.","sha":"bcfe9bf48b377a64177031595af584245c510bec"}},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.16","label":"v8.16.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Samiul Monir <150824886+Samiul-TheSoccerFan@users.noreply.github.com>
This commit is contained in:
parent
61ef9fda67
commit
51db4a66e0
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ export const getDocLinks = ({ kibanaBranch, buildFlavor }: GetDocLinkOptions): D
|
|||
deployTrainedModels: `${MACHINE_LEARNING_DOCS}ml-nlp-deploy-models.html`,
|
||||
documentLevelSecurity: `${ELASTICSEARCH_DOCS}document-level-security.html`,
|
||||
e5Model: `${MACHINE_LEARNING_DOCS}ml-nlp-e5.html`,
|
||||
elser: `${ELASTICSEARCH_DOCS}semantic-search-elser.html`,
|
||||
elser: `${ELASTICSEARCH_DOCS}semantic-search-semantic-text.html`,
|
||||
engines: `${ENTERPRISE_SEARCH_DOCS}engines.html`,
|
||||
indexApi: `${ELASTICSEARCH_DOCS}docs-index_.html`,
|
||||
inferenceApiCreate: `${ELASTICSEARCH_DOCS}put-inference-api.html`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue