From 6e9ab686a19aa14b22093acec56f1d26c3c49f2a Mon Sep 17 00:00:00 2001 From: John Lathouwers Date: Sat, 23 Nov 2024 13:42:08 +0000 Subject: [PATCH] Consistent pwd meeting validation function --- docs/content/walkthrough/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/walkthrough/_index.md b/docs/content/walkthrough/_index.md index 942082d..e11ef19 100644 --- a/docs/content/walkthrough/_index.md +++ b/docs/content/walkthrough/_index.md @@ -215,7 +215,7 @@ To configure the On-Premises Embedding Model, navigate back to the _Configuratio To configure Oracle Database 23ai Free, navigate to the _Configuration -> Database_ screen: 1. Enter the Database Username: `WALKTHROUGH` -1. Enter the Database Password for `WALKTHROUGH`: `ORA_41_M_SANDBOX` +1. Enter the Database Password for `WALKTHROUGH`: `OrA_41_M_SANDBOX` 1. Enter the Database Connection String: `//localhost:1521/FREEPDB1` 1. Save @@ -256,7 +256,7 @@ From the command line: 1. Connect to the Oracle Database 23ai Database: ```bash - podman exec -it oaim-db sqlplus 'WALKTHROUGH/ORA_41_M_SANDBOX@FREEPDB1' + podman exec -it oaim-db sqlplus 'WALKTHROUGH/OrA_41_M_SANDBOX@FREEPDB1' ``` 1. Query the Vector Store: