Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
sumitk
Partner - Contributor III
Partner - Contributor III

How to Integrate Chatgpt with Qliksense

Hi All,

My organization looking to integrate Chatgpt with Qliksense Saas. Please help us with integration steps.

Thanks in advance!!

Labels (6)
7 Replies
Eugene_Sleator
Support
Support

Hi @sumitk  this is not currently supported by Qlik. You could make a feature request as explained here;

How-To-Submit-Feature-Requests-For-Qlik-Products/ta-p/1712581 

Clever_Anjos
Employee
Employee

You can use ChatGPT into 

1) Qlik Application Automation using the Call URL block

2) During your app reload using a REST connection

sumitk
Partner - Contributor III
Partner - Contributor III
Author

sumitk
Partner - Contributor III
Partner - Contributor III
Author

Eugene_Sleator
Support
Support

Hi @sumitk to answer that question I would suggest you watch the entire video series 

Qlik-Brings-Advanced-Analytics 

fruityhost
Partner - Contributor III
Partner - Contributor III

Hi!
There is a Chrome-based version control extension for Qlik Sense - Gitoqlok. Its upcoming release features the integration with OpenAI's davinci model to deploy in a number of use cases including sheet titles and descriptions, measures titles, descriptions, and expressions.
The release is scheduled for the upcoming week and a half - you can check the documentation on https://docs.gitoqlok.com/tutorials/ask-ai. You can also join the Slack community to track the release and updates - https://app.slack.com/client/T012RHLTWHL/C012WTZN0N9

lucasjeffe
Contributor
Contributor

Integrating ChatGPT with Qlik Sense, a business intelligence and data visualization platform, involves using the OpenAI API to interact with the ChatGPT model and incorporating it into your Qlik Sense environment. Here's a high-level guide on how you might approach this integration:

  1. Set Up OpenAI API:

    • Sign up for access to the OpenAI API and obtain your API key. You will need this key to make requests to the ChatGPT model.
  2. Create a Chat Interface:

    • Develop a chat interface that interacts with the ChatGPT model using the OpenAI API. This interface can be a web-based application, a chatbot widget, or any other suitable method.
  3. Generate ChatGPT Responses:

    • Use the OpenAI API to send user messages and receive responses from the ChatGPT model. You'll need to format the API requests and handle the JSON responses.