Skip to content

Commit 5574f66

Browse files
authored
WMS ID 11892 QA Fixes (#431)
QA Fixes Added updated instructions for RAG, importing yaml
1 parent 8ea5203 commit 5574f66

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

atom-agent-multi-tool/deploy-agent-tools/deploy-agent-tools.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This lab assumes you have:
3232

3333
> **Note** Tasks 2-8 are for the sql tool. If you don't plan on using the sql tool, you can skip these steps.
3434
35-
## Task 1: Add Agent Routing Instructions and Create RAG Tool
35+
## Task 1: Add Agent Routing Instructions and Confirm RAG Tool Configuration
3636

3737
1. Navigate to your GenAI Agent created in the previous lab
3838

@@ -48,11 +48,11 @@ This lab assumes you have:
4848
4949
> **Note** Be sure to replace "info on your dataset" above with a relevant term to your knowledge base to help the agent route to the correct tool. In our example, our dataset relates to wines.
5050
51-
3. Select your agent and create a new tool
51+
3. Select your agent and confirm it has a RAG tool as configured in the previous lab. If not, create a new tool.
5252
5353
![Create RAG Tool](./images/rag/create-rag-tool.png)
5454
55-
4. Give a description of the tool and select the knowledge base you created in the previous lab
55+
4. Confirm the description of the tool and the knowledge base you created in the previous lab
5656
5757
![Configure RAG Tool](./images/rag/config-rag.png)
5858
185 KB
Loading

atom-agent-multi-tool/integrate-digital-assistant/integrate-digital-assistant.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,20 @@ Rule 3
9696
9797
## Task 3: Configure Create Session API Endpoint
9898
99-
1. Import the following sample yaml file
99+
1. Download & import the following sample yaml file in ODA > Settings > API Services > More > Import REST Services
100100
101101
[Create Session yaml](https://idb6enfdcxbl.objectstorage.us-chicago-1.oci.customer-oci.com/n/idb6enfdcxbl/b/Livelabs/o/atom-multi-tool-livelab%2FRESTService-GenAIAgentCreateSession.yaml)
102102
103+
![Import Create Session yaml](images/oda/import-yaml.png)
104+
103105
> **Note** The endpoint can also be configured manually by referring to the [Create Session API Documentation](https://docs.oracle.com/en-us/iaas/api/#/en/generative-ai-agents-client/20240531/Session/CreateSession)
104106
105107
2. Change the path variable to point to your agent endpoint id
106108
107109
![Agent Endpoint Config](images/oda/agent-endpoint-config.png)
108110
111+
> **Note** This will be the agent endpoint id, not the agent ocid
112+
109113
3. Test the connection. If successful, you should get a 200 response with a session id. Note the session id for the next Task.
110114
111115
> **Note** If it's throwing a 404 error, that likely means a policy is missing or misconfigured. Check [Task 2](./integrate-digital-assistant.md#task-2-dynamic-group--policy-creation-for-oracle-digital-assistant) and make sure the ODA service can connect to the agent service.
244 KB
Loading

atom-agent-multi-tool/provision-agent/provision-agent.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,13 +226,17 @@ This task will help you to create Oracle Generative AI Agent under your chosen c
226226

227227
2. Specify the agent name, ensure the correct compartment is selected and indicate a suitable welcome message
228228

229+
Select Add tool > Choose RAG tool
230+
231+
![Create Tool](images/agent/create-tool.png)
232+
229233
Select the Knowledge Base that you created in the previous task. Providing the Welcome message is optional.
230234

231235
Click the “Create” button.
232236

233237
![agent creation wizard](images/agent/agent_wizard.png)
234238

235-
> **Note** The agent tools will be configured in the next lab.
239+
> **Note** The other agent tools will be configured in the next lab.
236240
237241
3. In few minutes the status of recently created Agent will change from Creating to Active
238242

0 commit comments

Comments
 (0)