Enabling AI Search for custom table in the Virtual Agent.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2024 01:39 AM
Hi Everyone,
I’m currently working on the Virtual Agent and need to enable AI search functionality for a custom table along with Knowledge Articles and Catalog items.
For example, if a user types “Network issue” I want the AI search to return records from the custom table where the short description contains relevant keywords like “Network” .
Can anyone provide guidance on how to implement this?
Thank you in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2024 09:31 AM
Hi, Can you check in the 'Conversation Interface' > Home from left navigation pane. Please refer below diagrams for further config in your AI search.
Suresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2024 01:08 AM
Hello @ersureshbe
Thanks for you response I have tried this one but it does not wprked as expected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hi Simran, Can you please share what worked for you?
Vinuthna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Here is the detailed Steps.
Index your custom table: Go to AI Search > AI Search Index > Indexed Sources → New → pick your custom table, add a high-level condition (e.g., active=true) and ensure short_description is a text-indexed/searchable field in Field Settings/Mapping.
- Index your custom table: Go to AI Search > AI Search Index > Indexed Sources → New → pick your custom table, add a high-level condition (e.g., active=true) and ensure short_description is a text-indexed/searchable field in Field Settings/Mapping.
- Run a full index once: After creating the Indexed Source, trigger a Full table index so existing records are searchable (new/updated records get indexed automatically afterward).
- Expose it via a Search Source: Go to AI Search > Search Sources → create a Search Source referencing your new Indexed Source (optionally filter further for what VA should show).
- Include KB + Catalog + Custom in the VA profile/app: Add your Search Sources (OOB Knowledge + OOB Catalog + your custom one) to the Search Profile, then ensure your Search Application Configuration for Virtual Agent points to that profile.
- Wire it into Virtual Agent fallback: Use the AI Search – Fallback topic/block (or clone it) and set the Search Application Configuration to your VA Search Application so “Network issue” returns KB + Catalog + custom-table matches.
Regards
RP
