Added readme.md
This commit is contained in:
BIN
image1.png
Normal file
BIN
image1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 527 KiB |
BIN
image2.png
Normal file
BIN
image2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 416 KiB |
BIN
image3.png
Normal file
BIN
image3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 653 KiB |
BIN
image4.png
Normal file
BIN
image4.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 MiB |
16
readme.md
Normal file
16
readme.md
Normal file
@@ -0,0 +1,16 @@
|
||||
## Platform to connect to our DB
|
||||
We used DBeaver as connector to connect to Mysql DB. First you will need to install DBeaver in your local.
|
||||
- Click connect button on the top left. In "main" tab, specify the Database name as "cs348db", username: cs348, Password Cs348Group!
|
||||

|
||||
- go to SSH tab. specify ssh host: mini.peisongxiao.com. user: cs348. passwd: cs348
|
||||

|
||||
- click finish
|
||||
|
||||
You are now good to navigate our DB.
|
||||
## Load table
|
||||
go all the way down to the ChatHistory, click it then you will be able to view our table, which contains all prompt history the user had with the chatbot so far, and the response from the robot(hard coded for now).
|
||||

|
||||
|
||||
## Create a new table
|
||||
We can create a new table in DBeaver and specify the columns, type of each columns, constraints, keys and so on..
|
||||

|
||||
Reference in New Issue
Block a user