Now Assist in AI Search properties
Summarize
Summary of Now Assist in AI Search Properties
This guide outlines the system properties for modifying the behavior of Now Assist in AI Search Genius Results. These properties enable customers to tailor the AI Search features to their specific needs, enhancing the effectiveness of the Q&A generation process.
Show less
Key Features
- snaisassist.sematiccachemode: Controls the operational mode of the AI Search caches. Options include:
- off: Uses only the first-level cache and the Now LLM Service.
- offline: Utilizes both first-level and second-level caches without querying the LLM Service.
- online: Employs both caches and queries the LLM Service for answers, ensuring comprehensive results.
- snaisassist.ullmapitimeout: Specifies the maximum wait time in seconds for answer generation results from the LLM Service. The default is 120 seconds.
- snaisassist.uquestionregex: Defines a case-insensitive regex pattern for eligible search queries, restricting Q&A generation to specific types of questions based on starting keywords.
- snaisassist.usanitizehtml: Option to remove HTML tags from knowledge articles before processing, which can improve the quality of answers generated by the LLM Service.
Key Outcomes
By configuring these properties, ServiceNow customers can enhance the accuracy and relevance of AI search results, streamline the query process, and improve user satisfaction with the Now Assist Q&A functionality. These adjustments allow for more tailored responses that meet organizational needs and user expectations.
System properties that you can use to modify behavior for Now Assist in AI Search Genius Results.
| Property | Description |
|---|---|
| sn_ais_assist.semantic_cache_mode | Operational mode for the Now Assist Q&A Genius Results caches. Use this mode to control how AI Search uses the caches and the Now LLM Service when looking for Now Assist Q&A Genius Result answers.
For details about how AI Search caches Now Assist Q&A Genius Result answers, see Caching for Now Assist Q&A Genius Results.
|
| sn_ais_assist.u_llm_api_timeout | Maximum time in seconds to wait for Now Assist Q&A answer generation results from the Now LLM Service.
|
| sn_ais_assist.u_question_regex | Case-insensitive Java regular expression pattern that defines searches eligible for Now Assist Q&A answer generation. As an example, the pattern ^(what|where|when|why|who|whom|which|how)\b restricts eligibility to search queries that begin with one of the
specified keywords.
When this system property has a value defined, only searches in supported applications that match the specified pattern are eligible for Now Assist Q&A answer generation. When no value is defined, all searches in supported applications are eligible for Now Assist Q&A answer generation.
To learn about Java regular expression pattern syntax, see the Javadoc for the java.regex.util.Pattern class. |
| sn_ais_assist.u_sanitize_html | Option to remove HTML tags from knowledge article text before sending to the Now LLM Service for Now Assist Q&A answer generation.
|