Can I use Different LLM model other than servicenow LLM in now assist QA for search GEN AI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2024 12:52 AM
Hi Team,
I have enabled GEN AI and I am trying to get actionable steps for users query in ESC and global serach and I am getting the actionable steps as well but I want to change the LLM module which is working behind this.
other than servicenow I want to use other LLM modules can anyone help me in this.
currently this is working based on below image, I got this from one of the document.
Thanks,
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2024 06:30 AM
This is not currently a configurable property of the Now Assist in AI Search Q&A Genius Results.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2024 06:34 AM - edited 12-06-2024 06:39 AM
Hi @Shamus Mulhall ,
I just want to change LLM model, can't I do that? because in somewhere in docs I read Gen AI controller allows us to use other LLM model as well.
as of now we can ignore genius results part.
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2024 09:50 AM
You can use your own LLM model for custom GenAI workflows you build on our platform. Not with AI Search at this time.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2024 06:46 PM - edited 12-16-2024 01:43 AM
HI Prathmesh
Just a thought.. You cannot just infuse a model here as in Background QnA Uses RAG which also needs an EMBEDDING MODEL and VECTOR DATABASE.
I think you can create the whole feature from SCRACTH using 3 rd Party LLM , EMBEDDING MODEL and VECTOR DB where you KB will act as the data source which is consumed by Outside Solution which you have to Build.
Regards
RP