You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,13 @@ The web interface allows real-time configuration updates without stack redeploym
18
18
-**Evaluation Methods**: Set evaluation methods and thresholds for each attribute
19
19
-**Summarization**: Configure model, prompts, and parameters for document summarization (when `IsSummarizationEnabled` is true)
20
20
21
+
### Configuration Management Features
22
+
23
+
-**Save as Default**: Save your current configuration as the new default baseline. This replaces the existing default configuration and automatically clears custom overrides. **Warning**: Default configurations may be overwritten during solution upgrades - export your configuration first for backup.
24
+
-**Export Configuration**: Download your current configuration to local files in JSON or YAML format with customizable filenames. Use this to backup configurations before upgrades or share configurations between environments.
25
+
-**Import Configuration**: Upload configuration files from your local machine in JSON or YAML format. The system automatically detects the file format and validates the configuration before applying changes.
26
+
-**Restore Default**: Reset all configuration settings back to the original default values, removing all customizations.
27
+
21
28
Configuration changes are validated and applied immediately, with rollback capability if issues arise. See [web-ui.md](web-ui.md) for details on using the administration interface.
0 commit comments