Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
what i want is load a excel file from my device to qlik sense and connect to API with Rest connector(this part is ok, i create Rest connection), get analyze data from it. for example ask some question and get response from chatGPT
can anyone guide me please
@lil1 - please review this link as a starting point. It references the Open AI connector in Qlik Cloud that simplifies the REST API part, but it should give you some foundation on how to use your existing REST connectivity to move forward.
Cheers!
Hi @jprdonnelly , Thanks for response. it helps me but i realize my connection is not like it should be. I do not have OpenAI connector like as the page mentioned. in creating connection section i can't see bellow connection type :
Example 1: OpenAI Completions API (GPT-3) - Rows
Example 2: OpenAI Completions API (GPT-3) - JSON Tables
Example 3: OpenAI Chat Completions API (GPT-3.5, GPT-4) - Rows
Interactive example: OpenAI Chat Completions API (GPT-3.5, GPT-4) - Rows
as i understand i have to create one of these connection to move forward.
@lil1 - You will want to replace all those connectors with the actual REST API call/WITH CONNECTION that represents the examples.
These examples use a connector that simplifies the REST API connection to OpenAI, but the same calls can be made "manually" using the normal REST connector. The interaction with the results should be more important on how to integrate the responses with your workload.