Skip to content

Commit

Permalink
Add images for object store setup (#166)
Browse files Browse the repository at this point in the history
* Create set-up-help-chat.md

Added a new lab for HeatWave Chat (HeatWave GenAI).

* Rename sprint-run-heatwave-genai/set-up-help-chat.md to analytics/sprint-run-heatwave-genai/set-up-help-chat.md

* Create index.html

Add an index file for the lab

* Create manifest.json

Add a manifest file

* Update manifest.json

* Added images for object store setup
  • Loading branch information
garimasharma024 authored Jul 11, 2024
1 parent b73c284 commit 9a0cdc6
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion analytics/sprint-run-heatwave-genai/set-up-help-chat.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,20 +84,22 @@ This lab demonstrates to use the vector store functionality and use HeatWave Cha
---
```
1. After the task status has changed to <code>Completed</code>, verify that embeddings are loaded in the vector embeddings table:
1. After the task status has changed to `Completed`, verify that embeddings are loaded in the vector embeddings table:
```mysql
select count(*) from quickstart_embeddings;
```
If you a numerical value in the output, similar to the following, then your embeddings are successfully loaded in the table:
```text
+----------+
| count(*) |
+----------+
| 2112 |
+----------+
```
## Starting a Chat Session 
Expand Down

0 comments on commit 9a0cdc6

Please sign in to comment.