We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e4c108 + 465ba86 commit b7ba24aCopy full SHA for b7ba24a
scenarios/PostgresRagLlmDemo/README.md
@@ -23,7 +23,7 @@ The script will search the database for relevant information for our query using
23
Set up a resource group with a random ID.
24
25
```bash
26
-export RANDOM_ID="b795cc"
+export RANDOM_ID="$(openssl rand -hex 3)"
27
export RG_NAME="myPostgresResourceGroup$RANDOM_ID"
28
export REGION="centralus"
29
0 commit comments