- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
I want to set dynamic conditions when searching with the NowAssistSkillKit RAG tool.
Example:
Table: Incidents
Condition: assignment_group is (dynamic) One of My Groups
I encountered an error when trying to set the above condition in AI Search Source.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
To use field values from referenced tables in search source filters, facet filters, and EVAM search result configurations, you need to create a dot_walk_fields field settings on your indexed source table. As the value for this field setting, list the names of the referenced table fields you want to index, separated by commas. For example, to index the name field from the table referenced by the 'assignment group' field on the indexed source table, select the assignment group field, set the attribute "dot_walk_fields" and enter value name. Now reindex the Indexed Source for these changes to take effect and test the Search Profile with this Search Source using the AIS Preview tool.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
To use field values from referenced tables in search source filters, facet filters, and EVAM search result configurations, you need to create a dot_walk_fields field settings on your indexed source table. As the value for this field setting, list the names of the referenced table fields you want to index, separated by commas. For example, to index the name field from the table referenced by the 'assignment group' field on the indexed source table, select the assignment group field, set the attribute "dot_walk_fields" and enter value name. Now reindex the Indexed Source for these changes to take effect and test the Search Profile with this Search Source using the AIS Preview tool.
