Amazon Q Business will no longer be open to new customers starting on July 31, 2026. If you would like to use the service, please sign up prior to July 30. For capabilities similar to Q Business, explore Amazon Quick. Learn more.
Configuring document attributes for boosting in Amazon Q Business
Note
Relevance tuning has replaced metadata boosting. For more information, see Tuning the query results based on document attribute relevancy.
To boost specific documents for end user queries using document attributes, you can use the AWS Management Console or the DocumentAttributeBoostingConfiguration parameter of the UpdateRetriever API operation.
Note
For STRING and STRING_LIST type document attributes
to be used for boosting on the console and the API, they must be enabled for
search using the DocumentAttributeConfiguration
object of the UpdateIndex API operation. If
you don't enable search on these attributes, you can't boost attributes of these
data types on either the console or the API.
The following tabs provide a procedure to boost document attributes using the console and code examples for the AWS CLI.