Skip to content

Commit

Permalink
[8.16] [Search] [Inference Management UI] : Update ELSER tutorial Link (
Browse files Browse the repository at this point in the history
elastic#199527) (elastic#199545)

# Backport

This will backport the following commits from `main` to `8.16`:
- [[Search] [Inference Management UI] : Update ELSER tutorial Link
(elastic#199527)](elastic#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":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-08T19:49:36Z","message":"[Search]
[Inference Management UI] : Update ELSER tutorial Link (elastic#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 (elastic#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 (elastic#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 <[email protected]>
  • Loading branch information
kibanamachine and Samiul-TheSoccerFan authored Nov 8, 2024
1 parent f20c1c8 commit cf4870d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kbn-doc-links/src/get_doc_links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down

0 comments on commit cf4870d

Please sign in to comment.