Skip to content

Commit

Permalink
remvoe unnecessary setting
Browse files Browse the repository at this point in the history
Signed-off-by: Yaliang Wu <[email protected]>
  • Loading branch information
ylwu-amzn committed Feb 13, 2024
1 parent 2fbbf20 commit eb3f247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ PUT _cluster/settings
"persistent": {
"plugins.ml_commons.only_run_on_ml_node": false,
"plugins.ml_commons.native_memory_threshold": 100,
"plugins.ml_commons.agent_framework_enabled": true,
"plugins.ml_commons.memory_feature_enabled": true
"plugins.ml_commons.agent_framework_enabled": true
}
}
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,7 @@ Note: Replace the placeholders that start with `your_` with your own values.

## 0. Preparation

1. Enable conversational search and memory features:
```
PUT _cluster/settings
{
"persistent": {
"plugins.ml_commons.memory_feature_enabled": true,
"plugins.ml_commons.rag_pipeline_feature_enabled": true
}
}
```

2. Ingest test data:
Ingest test data:
```
POST _bulk
{"index": {"_index": "qa_demo", "_id": "1"}}
Expand Down

0 comments on commit eb3f247

Please sign in to comment.