Update conversational-search.md (#5204)
fix a word spell error Signed-off-by: junyang <yangjun7948@163.com>
This commit is contained in:
parent
34aed0c84f
commit
7404281e0f
|
@ -236,7 +236,7 @@ Use the following cluster setting to enable the RAG pipeline feature:
|
|||
```json
|
||||
PUT /_cluster/settings
|
||||
{
|
||||
"persistent": {"plugins.ml_commons.rag_pipline_feature_enabled": "true"}
|
||||
"persistent": {"plugins.ml_commons.rag_pipeline_feature_enabled": "true"}
|
||||
}
|
||||
```
|
||||
{% include copy-curl.html %}
|
||||
|
|
Loading…
Reference in New Issue