Skip to content

Commit 293f618

Browse files
MarcGueurymkratkyhope-fisher
authored
Feedback - 11825 + 11406 (#378)
* ocw feedback * genai1 * Update manifest.json * GenAI + Opensearch 2.11 * GENAI * Known issues * Update integration.md * Several fixes mostly for multi region. * a * Create genai_agent.md * Create images folder * Add files via upload * Update genai_agent.md * added Lab 4 (Optional): GenAI Agent * Update genai_agent.md * Add files via upload * Delete a.txt * completed genai_agent.md * added genai agent screenshots * formating changes genai_agent.md * postgres v1 * v2 * initial discover.md * Delete oci-postgresql-genai-lab/3-discover/images directory * Create images folder * added screenshots for lab3 * Update discover.md * PostgresLab * Update test.md * - * Hybrid * qa * Create .gitignore * remove genai agent * hybrid * screenshot * pgvector * - * Update integration.md rsa key * Missing grants * Update connect-apex-with-agents.md * Fixes * not used * date * OCI Agent Lab V1 * Image OCID * images lowercase * Zip file location * Typos * feedback * feedback * feedback * feedback * feedback * Feedback --------- Co-authored-by: mkratky <[email protected]> Co-authored-by: Hope Fisher <[email protected]>
1 parent 593e3a5 commit 293f618

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

oci-artificial-intelligence/documentunderstanding-opensearch/2-integration/integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ Unable to test connection RestVisionAI_1711400081.
386386
Currently (March 2024), "Document understanding" is not available in some regions (ex: Chicago).
387387
388388
If it is your case:
389-
- Import the OIC package "oic/chicago/OPENSEARCH_OIC_CHICAGO.par" instead.
389+
- Import the OIC package "oic/chicago/OPENSEARCH\_OIC\_CHICAGO.par" instead.
390390
- Use any other region to configure the "Document Understanding" rest endpoint (ex: ashburn region)
391391
392392
## Acknowledgements

oci-genai-agent-ext-lab/4-digital-assistant/digital-assistant.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,21 @@ Estimated time: 30 min
7272
![Import](images/oda-import.png)
7373
3. Open the imported skill by clicking its tile
7474
![Skill](images/oda-skill.png)
75-
4. Click 'Train' in the top-right
75+
4. Edit the settings
76+
![Skill](images/oda-settings.png)
77+
5. Replace de Value with the Generative AI Agent endpoint OCID:
78+
![Skill](images/oda-agentendpoint.png)
79+
6. Click 'Train' in the top-right
7680
![Train](images/oda-train.png)
77-
5. Select 'Trainer Tm' and press 'Submit'
81+
7. Select 'Trainer Tm' and press 'Submit'
7882
![TrainTm](images/oda-train-tm.png)
79-
6. During training we can have familiarize ourselves with the flow that calls AI Agent
83+
8. During training we can have familiarize ourselves with the flow that calls AI Agent
8084
![Flow](images/oda-flow.png)
81-
7. When training is finished we can click 'Preview' in the top-right
85+
9. When training is finished we can click 'Preview' in the top-right
8286
![Preview](images/oda-preview.png)
83-
8. In the tester we can ask a question about the content in our AI Agent
87+
10. In the tester we can ask a question about the content in our AI Agent
8488
![odaTester](images/oda-tester.png)
85-
9. Beside the answer coming from AI Agent, we can also see how the flow executed on the right
89+
11. Beside the answer coming from AI Agent, we can also see how the flow executed on the right
8690
![TesterResp](images/oda-tester-resp.png)
8791

8892
## Task 4: Creating the web channel
@@ -101,6 +105,7 @@ Estimated time: 30 min
101105
- Copy the Channel Id and save for later
102106
![Channel3](images/oda-channel3.png)
103107
4. Go back to the OCI cloud shell where you installed the previous lab and edit the settings.js as follows:
108+
104109
```
105110
<copy>
106111
./starter.sh ssh bastion
@@ -111,10 +116,11 @@ Estimated time: 30 min
111116
vi settings.js
112117
</copy>
113118
```
119+
114120
- The hostname part of your ODA console (without https://)
115121
- The Channel ID copied in the previous step
116122
![WebSettings](images/oda-web-settings.png)
117-
5. In your browser, open the web-widget with http://##BASTION\_IP##
123+
5. In your browser, open the web-widget with http://##BASTION\_IP## (You got that URL at the end of Lab 1)
118124
![Webchat](images/oda-webchat.png)
119125
120126
43.6 KB
Loading
104 KB
Loading

0 commit comments

Comments
 (0)