This commit is contained in:
Peter Morton 2025-05-30 18:50:32 -05:00
commit 229cdee818

View File

@ -10,9 +10,9 @@ This package provides an example RAG process using Azure AI Search for Retrieval
### Prerequisites
- This package requires the CQA Widget to be installed and configured.
- This example requires the _Verint Contextual Question Answer Service_ package to be installed from the Hub and configured.
> **WARNING:** There is an error in the _CQA_66308ec473f3d10350a2e499_ Global Variable file on line 20: It should read v2 instead of v1 and should be fixed manually
> **WARNING:** There is an error in the _CQA_66308ec473f3d10350a2e499_ Global Variable file on (maybe) line 60: It should read v2 instead of v1 and should be fixed manually
```javascript
let url = `${settings.apiurl}/${settings.productcode}/${settings.ingress}/inference/verint-contextual-question-answering-v2`;
@ -20,12 +20,14 @@ This package provides an example RAG process using Azure AI Search for Retrieval
### Installation
1. Copy the [CQA_Retriever](./GlobalVariable/CQA_Retriever.js) and [CQA_RetieverSettings](./GlobalVariable/CQA_RetrieverSettings.json) files into **Global Variables**
2. _Optional:_ Import the Example Conversation Flow and Intent
1. Copy the contents of the **Global Variables** (click into each one for contents). Make sure to make the names match (without the .js or .json suffix)
1. [CQA_Retriever](./GlobalVariable/CQA_Retriever.js) as a function.
1. [CQA_RetrieverSettings](./GlobalVariable/CQA_RetrieverSettings.json) as an object.
1. _Optional:_ Import the Example Conversation Flow and Intent
### Configuration
#### CQA_RetieverSettings
#### CQA_RetrieverSettings
Fill out the settings below.