@remit/api-openapi-spec 0.0.40 → 0.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/openapi.json +6 -1
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -5795,7 +5795,8 @@
|
|
|
5795
5795
|
"type": "object",
|
|
5796
5796
|
"required": [
|
|
5797
5797
|
"accountConfig",
|
|
5798
|
-
"accounts"
|
|
5798
|
+
"accounts",
|
|
5799
|
+
"semanticSearchEnabled"
|
|
5799
5800
|
],
|
|
5800
5801
|
"properties": {
|
|
5801
5802
|
"accountConfig": {
|
|
@@ -5820,6 +5821,10 @@
|
|
|
5820
5821
|
}
|
|
5821
5822
|
],
|
|
5822
5823
|
"description": "Absent unless a configuration import is still waiting on folders IMAP has not produced yet (#1021). Nothing polls a separate route for it."
|
|
5824
|
+
},
|
|
5825
|
+
"semanticSearchEnabled": {
|
|
5826
|
+
"type": "boolean",
|
|
5827
|
+
"description": "Whether this instance stores a vector for every message — SEARCH_EMBEDDING_PROVIDER is anything but `off`. False is a setting an operator turns on (`remit semantic on`), not a failure: the Organize semantic widen and semantic (anchor) filters read stored vectors and have none, so they render an off state rather than an empty result. It rides the config read because it is a property of the deployment, not of a query (#1068)."
|
|
5823
5828
|
}
|
|
5824
5829
|
},
|
|
5825
5830
|
"description": "Full configuration description including accounts"
|