Update conversational-search.md (#5204)

fix a word spell error

Signed-off-by: junyang <yangjun7948@163.com>
This commit is contained in:
junyang 2023-10-16 22:06:42 +08:00 committed by GitHub
parent 34aed0c84f
commit 7404281e0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}