Skip to content

Commit 465ba86

Browse files
committed
Fix
1 parent 6e4c108 commit 465ba86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scenarios/PostgresRagLlmDemo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The script will search the database for relevant information for our query using
2323
Set up a resource group with a random ID.
2424

2525
```bash
26-
export RANDOM_ID="b795cc"
26+
export RANDOM_ID="$(openssl rand -hex 3)"
2727
export RG_NAME="myPostgresResourceGroup$RANDOM_ID"
2828
export REGION="centralus"
2929

0 commit comments

Comments
 (0)