We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c8d58 commit bae7596Copy full SHA for bae7596
scripts/postprovision.sh
@@ -17,7 +17,7 @@ virtualMachineId="$AZURE_VM_RESOURCE_ID"
17
if [ -z "$virtualMachineId" ]; then
18
echo "To ingest the sample data locally, follow these steps:"
19
echo "1. Open the terminal."
20
- echo "2. Navigate to the scripts directory: cd $SCRIPT_DIR/scripts"
+ echo "2. Navigate to the scripts directory: cd $SCRIPT_DIR"
21
echo "3. Run the following command to process the sample data:"
22
echo "bash ./process_sample_data.sh '$AZURE_SEARCH_ENDPOINT' '$AZURE_AI_AGENT_ENDPOINT' '$EMBEDDING_MODEL_NAME' '2025-01-01-preview'"
23
else
0 commit comments