updated GlobalVariable install instructions
This commit is contained in:
parent
72f7226a17
commit
3f02e5caa1
@ -12,7 +12,7 @@ This package provides an example RAG process using Azure AI Search for Retrieval
|
||||
|
||||
- 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,8 +20,10 @@ 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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user