diff --git a/docs/config.html b/docs/config.html
index db309cd12..cce862ba8 100644
--- a/docs/config.html
+++ b/docs/config.html
@@ -740,6 +740,11 @@
Customization
|
|
+
+ | allow_verbose_infer |
+ boolean |
+ |
+
DatabaseConfiguration
@@ -1127,18 +1132,24 @@ OkpConfiguration
+ | rhokp_url |
+ string |
+ Base URL for the OKP server (http or https). Set to
+${env.RH_SERVER_OKP} in YAML to use the environment
+variable. When unset, the default from constants is used. |
+
+
| offline |
boolean |
When True, use parent_id for OKP chunk source URLs. When False, use
reference_url for chunk source URLs. |
-
+
| chunk_filter_query |
string |
- OKP filter query applied to every OKP search request. Defaults to
-‘is_chunk:true’ to restrict results to chunk documents. To add extra
-constraints, extend the expression using boolean syntax,
-e.g. ‘is_chunk:true AND product:openshift’. |
+ Additional OKP filter query applied to every OKP search request. Use
+Solr boolean syntax, e.g. ‘product:ansible AND
+product:openshift’. |
@@ -1375,6 +1386,11 @@ QuotaSchedulerConfiguration
RHIdentityConfiguration
Red Hat Identity authentication configuration.
+
+
+
+
+
+
+ | max_header_size |
+ integer |
+ Maximum allowed size in bytes for the base64-encoded x-rh-identity
+header. Headers exceeding this size are rejected before decoding. |
+
RagConfiguration
@@ -1689,3 +1711,4 @@ UserDataCollection