Skip to content

Commit f19cd07

Browse files
Merge pull request #65 from microsoft/baseurl-change
fix: Modified the branch name in scripts
2 parents 1e6938c + ff2e166 commit f19cd07

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/index_scripts/02_process_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def load_pdfs_from_github():
142142
owner = "microsoft"
143143
repo = "Deploy-Your-AI-Application-In-Production"
144144
path = "data"
145-
branch = "data-ingestionscript"
145+
branch = "main"
146146
headers = {
147147
"Cache-Control": "no-cache",
148148
"User-Agent": "Mozilla/5.0"

scripts/process_sample_data.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Write-Host "`n===================== Starting Script ====================="
2929

3030
if (-not $UseLocalFiles) {
3131
# GitHub repo base path
32-
$baseUrl = "https://raw.githubusercontent.com/microsoft/Deploy-Your-AI-Application-In-Production/data-ingestionscript/scripts/index_scripts"
32+
$baseUrl = "https://raw.githubusercontent.com/microsoft/Deploy-Your-AI-Application-In-Production/main/scripts/index_scripts"
3333

3434
# Script list
3535
$scripts = @("01_create_search_index.py", "02_process_data.py", "requirements.txt")

0 commit comments

Comments
 (0)