AI Search
4 min
ai search feature enhances record retrieval by enabling users to search with natural language queries the system interprets the query, identifies the relevant search criteria, and automatically applies the appropriate filters this streamlines the search experience, eliminates the need for manual filter configuration, and helps users find relevant records more efficiently enable ai search to use ai search, an administrator must enable the feature from the ai configuration hub log in to as an administrator click the configuration console in the left navigation pane, select ai configuration hub turn on the toggle for ai search feature, and then click configure under the bo configuration tab, select the business objects for which you want to enable the feature, and select the respective checkbox use the add icon to add additional business objects to the configuration list use the delete icon to remove a business object from the configuration select the checkbox next to the selected business objects click generate embeddings this generates the vector embeddings for all fields and business objects it takes around 15 minutes to generate embeddings depends on the number of selected business objects click save refer ai search docid 4unw478wtievhidmtawm for more information on using this feature user query patterns ai search supports only a limited set of user query patterns the following section explains the supported and non supported user query patterns supported query patterns ai search supports filtering records in the data grid using natural language queries with single or multiple conditions list with two conditions user query "show me all changes where status is 'logged' and typeofchange is 'major' " description filters the change records to display only those where the status is 'logged' and the typeofchange is 'major' list with three conditions user query "can you further filter the results and show me only those changes where category is 'software' " description further filters the already filtered change records to show only those where the category is 'software', in addition to the previous conditions list with less than condition for date time field user query "show me all changes created before 1st jan 2015 " description filters the change records to display only those where the createddatetime is before 1st january 2015 list with greater than condition for date time field user query "now, show me all changes created after 15th february 2015 " description filters the change records to display only those where the createddatetime is after 15th february 2015 list with between condition for date time field user query "now, show me all changes created between 1st january and 1st june 2011 " description filters the change records to display only those where the createddatetime is between 1st january 2011 and 1st june 2011 list with less than condition for number field user query "now, show me all changes whose priority is less than 3 " description filters the change records to display only those where the priority is less than 3 unsupported query patterns the following query patterns are not supported and might not return the expected results as follows grouping queries ai search does not currently support grouping records in the data grid single group by with non date time field user query "show me all change records grouped by category " description displays all change records categorized by the category field group by records with date time field user query "show me all change records grouped by the year of createddatetime field " description groups change records by the year part of the createddatetime field single group by records with date time field where the date part is not specified user query "show me all change records grouped by createddatetime " description groups change records by the createddatetime field as is single group by ordered in descending order of aggregation field user query "i want to see all the change records grouped by priority, ordered in descending order of the count of records " description groups change records by the priority field and orders the groups in descending order based on the count of records within each group single group by ordered in descending order of grouping field user query "i want to see all change records grouped by priority, ordered in descending order of the grouping field " description groups change records by the priority field and orders the groups in descending order based on the priority values single group by ordered in ascending order of grouping field user query "i want to see all change records grouped by priority, ordered in ascending order of the grouping field " description groups change records by the priority field and orders the groups in ascending order based on the priority values single group by with top filter user query "i want to see the top five change records grouped by category " description groups change records by the category field and filters to display only the top five groups based on the count of records single group by grouped by month of date time field user query "i want to see all change records grouped by the month of createddatetime " description groups change records by the month part of the createddatetime field single group by grouped by day of date time field user query "i want to see all change records grouped by the day of createddatetime " description groups change records by the day part of the createddatetime field single group by records grouped by year of date time field user query "i want to see all change records grouped by the year of createddatetime " description groups change records by the year part of the createddatetime field double group by records user query "show me all change records grouped by category and priority " description groups change records first by category and then by priority within each category double group by records where the first field is a date time field user query "show me all change records grouped by the month of closeddatetime and impact " description groups change records first by the month part of the closeddatetime field and then by impact within each month incident related queries the following incident related user queries do not return expected results incident related to at least 1 task all active and logged incidents all breached incidents show all incidents created in this year my team's active incidents show all vip incidents show all incidents which are not closed incidents with high impact and low urgency all incidents which are in waiting for customer status all incidents which are related to atleast one task all incidents which are resolved via firstcallresolution (1 instead of yes) the user queries described in this topic are not supported in the current release the scope of widget creation using neurons ai is limited to business object (bo) for any bo created in the application, you can generate a widget using ai search as long as you specify the bo name and at least one field name
