Skip to content

Commit 40d901e

Browse files
Fix wrong links and a mistake in warm up introduction (#11423) (#11426)
1 parent 7cf0aae commit 40d901e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_vector-search/api/neural.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ POST /_plugins/_neural/warmup/index1,index2,index3
455455
```
456456
{% include copy-curl.html %}
457457

458-
You can use the warm up API operation with index patterns to clear one or more indexes that match a specified pattern from the cache:
458+
You can use the warm up API operation with index patterns to load one or more indexes that match a specified pattern into the cache:
459459

460460
```json
461461
POST /_plugins/_neural/warmup/index*

_vector-search/performance-tuning-sparse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Index building can benefit from using multiple threads. You can adjust the numbe
5454

5555
### Querying after a cold start
5656

57-
After rebooting OpenSearch, the cache is empty, so the first several hundred queries may experience high latency. To address this "cold start" issue, you can use the [Warmup API]({{site.url}}{{site.baseurl}}/vector-search/api/knn/#warmup-operation). This API loads data from disk into cache, ensuring optimal performance for subsequent queries. You can also use the [Clear Cache API]({{site.url}}{{site.baseurl}}/vector-search/api/knn/#k-nn-clear-cache) to free up memory when needed.
57+
After rebooting OpenSearch, the cache is empty, so the first several hundred queries may experience high latency. To address this "cold start" issue, you can use the [Warmup API]({{site.url}}{{site.baseurl}}/vector-search/api/neural/#warm-up). This API loads data from disk into cache, ensuring optimal performance for subsequent queries. You can also use the [Clear Cache API]({{site.url}}{{site.baseurl}}/vector-search/api/neural/#clear-cache) to free up memory when needed.
5858

5959
### Force merging segments
6060

0 commit comments

Comments
 (0)