From 3f02e5caa15ebe257e26b6f737e886ba3e15ddd7 Mon Sep 17 00:00:00 2001 From: Peter Morton Date: Thu, 29 May 2025 16:30:47 -0500 Subject: [PATCH] updated GlobalVariable install instructions --- CQA_Retriever/_studio_dependencies/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CQA_Retriever/_studio_dependencies/README.md b/CQA_Retriever/_studio_dependencies/README.md index bf4aa26..5246735 100644 --- a/CQA_Retriever/_studio_dependencies/README.md +++ b/CQA_Retriever/_studio_dependencies/README.md @@ -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