Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions deploy-manage/tools/snapshot-and-restore/restore-snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@ POST _snapshot/my_repository/my_snapshot_2099.05.06/_restore
{
"indices": "my-index,logs-my_app-default",
"rename_pattern": "(.+)",
"rename_replacement": "restored-
If the rename options produce two or more indices or data streams with the same name, the restore operation fails."
"rename_replacement": "restored-$1
}
```
% TEST[setup:setup-snapshots]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ PUT _snapshot/my_fs_backup
```
% TEST[skip:no access to path]
::::::
::::::

::::::{tab-item} Windows
Windows installations support both DOS and Microsoft UNC paths. Escape any backslashes in the paths. For UNC paths, provide the server and share name as a prefix.
Expand Down
18 changes: 9 additions & 9 deletions solutions/search/semantic-search/semantic-search-inference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@ As a result, you receive the top 10 documents that are closest in meaning to the
]
```
% NOTCONSOLE
::::::

::::::

::::::{tab-item} HuggingFace
Expand Down Expand Up @@ -1279,7 +1279,7 @@ As a result, you receive the top 10 documents that are closest in meaning to the
]
```
% NOTCONSOLE
::::::

::::::

::::::{tab-item} OpenAI
Expand Down Expand Up @@ -1340,7 +1340,7 @@ As a result, you receive the top 10 documents that are closest in meaning to the
]
```
% NOTCONSOLE
::::::

::::::

::::::{tab-item} Azure OpenAI
Expand Down Expand Up @@ -1401,7 +1401,7 @@ As a result, you receive the top 10 documents that are closest in meaning to the
]
```
% NOTCONSOLE
::::::

::::::

::::::{tab-item} Azure AI Studio
Expand Down Expand Up @@ -1462,7 +1462,7 @@ As a result, you receive the top 10 documents that are closest in meaning to the
]
```
% NOTCONSOLE
::::::

::::::

::::::{tab-item} Google Vertex AI
Expand Down Expand Up @@ -1523,7 +1523,7 @@ As a result, you receive the top 10 documents that are closest in meaning to the
]
```
% NOTCONSOLE
::::::

::::::

::::::{tab-item} Mistral
Expand Down Expand Up @@ -1584,7 +1584,7 @@ As a result, you receive the top 10 documents that are closest in meaning to the
]
```
% NOTCONSOLE
::::::

::::::

::::::{tab-item} Amazon Bedrock
Expand Down Expand Up @@ -1645,7 +1645,7 @@ As a result, you receive the top 10 documents that are closest in meaning to the
]
```
% NOTCONSOLE
::::::

::::::

::::::{tab-item} AlibabaCloud AI Search
Expand Down Expand Up @@ -1706,7 +1706,7 @@ As a result, you receive the top 10 documents that are closest in meaning to the
]
```
% NOTCONSOLE
::::::

::::::

:::::::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ GET my-index/_search
}
```
% TEST[skip:TBD]
::::::

::::::

::::::{tab-item} Dense vector models
Expand All @@ -223,7 +223,7 @@ GET my-index/_search
}
```
% TEST[skip:TBD]
::::::

::::::

:::::::
Expand Down Expand Up @@ -271,7 +271,7 @@ GET my-index/_search
}
```
% TEST[skip:TBD]
::::::

::::::

::::::{tab-item} Dense vector models
Expand Down Expand Up @@ -315,7 +315,7 @@ GET my-index/_search
}
```
% TEST[skip:TBD]
::::::

::::::

:::::::
4 changes: 2 additions & 2 deletions troubleshoot/elasticsearch/start-ilm.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ The response will look like this:
}
```
% TESTRESPONSE[skip:the result is for illustrating purposes only]
::::::

::::::

:::::::
Expand Down Expand Up @@ -194,7 +194,7 @@ The response will look like this:
}
```
% TESTRESPONSE[skip:the result is for illustrating purposes only]
::::::

::::::

:::::::
Loading