2.0.2 • Published 6 months ago

@qrvey/qrvey-smart-analyzer v2.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

Qrvey Smart Analyzer (@qrvey/qrvey-smart-analyzer)

🚨 Version 2.0.0 is specifically built for Qrvey Version 9.0


📌 Description

Qrvey Smart Analyzer unleashes the power of artificial intelligence (AI) to acquire new insights into your data.

This feature creates a seamless integration between ChatGPT and the data in your Qrvey charts, allowing you to ask natural language questions and get intelligent answers — without altering or modifying your datasets in any way.


🚀 Installation & Usage

Option 1: Use via CDN / Script Tag

  1. Download the index.js file.
  2. Include it in your HTML:
<script src="path/to/index.js"></script>

Option 2: Use via NPM

npm install @qrvey/qrvey-smart-analyzer

Then import it in your JavaScript:

import '@qrvey/qrvey-smart-analyzer';

🧩 Web Component

Once included, you can use the web component in your HTML:

<q-smart-data-analyzer
  domain="YOUR_DOMAIN"
  cdn="YOUR_CDN"
  token="YOUR_TOKEN_OR"
  apikey="YOUR_APIKEY"
></q-smart-data-analyzer>

Required Props

PropRequiredDescription
domainYour Qrvey domain
cdnCDN location for required assets
token⚠️Either token or apikey is required
apikey⚠️Either token or apikey is required

💬 Triggering the Smart Analyzer

To open the Smart Analyzer modal (see screenshot in docs), trigger the qvSmartAIOpen event with the following payload:

window.dispatchEvent(new CustomEvent('qvSmartAIOpen', {
  detail: {
    data_portion: chartData, // Your chart data
    model: {
      userid: '<QrveyUserID>', // Required
      appid: '<QrveyAppID>'   // Required
    }
  }
}));

🧠 AI Integration Powered by ChatGPT

The Smart Analyzer communicates with ChatGPT using your chart data, making it easy to extract meaningful insights through natural conversations.


📝 Notes

  • This version (2.0.0) is tailored for Qrvey v9.0 and may not be compatible with earlier versions.
  • Your data is never modified by this tool — it is read-only for analysis purposes.

1.2.8

11 months ago

2.0.2

6 months ago

2.0.1

6 months ago

2.0.0

8 months ago

1.2.9

11 months ago

1.2.10

8 months ago

1.2.7

1 year ago

1.2.6

1 year ago

1.2.5

1 year ago

1.2.4

1 year ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago