Merge branch 'main' of https://git.mortons.site/verint.com/iva-studio-workspace
This commit is contained in:
commit
229cdee818
@ -10,9 +10,9 @@ This package provides an example RAG process using Azure AI Search for Retrieval
|
|||||||
|
|
||||||
### Prerequisites
|
### 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
|
```javascript
|
||||||
let url = `${settings.apiurl}/${settings.productcode}/${settings.ingress}/inference/verint-contextual-question-answering-v2`;
|
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
|
### Installation
|
||||||
|
|
||||||
1. Copy the [CQA_Retriever](./GlobalVariable/CQA_Retriever.js) and [CQA_RetieverSettings](./GlobalVariable/CQA_RetrieverSettings.json) files into **Global Variables**
|
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)
|
||||||
2. _Optional:_ Import the Example Conversation Flow and Intent
|
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
|
### Configuration
|
||||||
|
|
||||||
#### CQA_RetieverSettings
|
#### CQA_RetrieverSettings
|
||||||
|
|
||||||
Fill out the settings below.
|
Fill out the settings below.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user