ServiceNow Virtual Agent with ChatGPT, using own data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2023
03:38 PM
- last edited on
09-15-2023
12:55 PM
by
ServiceNow
Hello. Currently through this article: https://www.servicenow.com/community/developer-forum/chatgpt-integration-with-servicenow-virtualagen... we're able to integrate ChatGPT into our virtual agent.
We'd like to have it search now using our own internal data only (PDF, text, webpage, etc.). The guide here: https://harishgarg.com/writing/build-a-chatgpt-for-your-pdf-documents/ shows this process using python packages, Langchain and OpenAIEmbeddings. Can this be implemented in ServiceNow? Any advice?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2023 03:54 PM
Hi,
We are looking to implement something similar. Did you find a solution?
I read somewhere that Microsoft Azure OpenAI may have the same capabilities.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2023 03:02 PM
That's awesome, we will look into utilizing Azure. I'll keep you posted and let you know how test process goes. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2023 02:05 PM
Hello Giancarlo,
It should be possible to execute this within ServiceNow. Have you been able to successfully do so?
Main things to consider with this approach is to ensure your prompts are designed in a way that will limit hallucinations. Since you are using a GPT model to answer based on chunks of relevant text from your data, you want to make sure that it does not make anything up, and if it does not seem to know the answer it would state that. Interested to hear how this project went for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2023 02:11 PM
Good day!
You may want to take a look at the Generative AI Controller