Skip to content

Commit 05565bc

Browse files
authored
Consistent pwd meeting validation function (#52)
1 parent 50fb031 commit 05565bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/walkthrough/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ To configure the On-Premises Embedding Model, navigate back to the _Configuratio
215215
To configure Oracle Database 23ai Free, navigate to the _Configuration -> Database_ screen:
216216

217217
1. Enter the Database Username: `WALKTHROUGH`
218-
1. Enter the Database Password for `WALKTHROUGH`: `ORA_41_M_SANDBOX`
218+
1. Enter the Database Password for `WALKTHROUGH`: `OrA_41_M_SANDBOX`
219219
1. Enter the Database Connection String: `//localhost:1521/FREEPDB1`
220220
1. Save
221221

@@ -256,7 +256,7 @@ From the command line:
256256
1. Connect to the Oracle Database 23ai Database:
257257

258258
```bash
259-
podman exec -it oaim-db sqlplus 'WALKTHROUGH/ORA_41_M_SANDBOX@FREEPDB1'
259+
podman exec -it oaim-db sqlplus 'WALKTHROUGH/OrA_41_M_SANDBOX@FREEPDB1'
260260
```
261261

262262
1. Query the Vector Store:

0 commit comments

Comments
 (0)