diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7a2cd129..a0d9da6d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,7 @@ "image": "mcr.microsoft.com/devcontainers/dotnet:0-7.0-bullseye", "features": { "ghcr.io/devcontainers/features/docker-in-docker:2": {}, - "ghcr.io/devcontainers/features/azure-cli:1.1.0": {}, + "ghcr.io/devcontainers/features/azure-cli:1.2.1": {}, "ghcr.io/devcontainers/features/github-cli:1.0.9": {}, "ghcr.io/azure/azure-dev/azd:latest": {} }, diff --git a/app/Directory.Build.props b/app/Directory.Build.props index 5009285c..f0f69e58 100644 --- a/app/Directory.Build.props +++ b/app/Directory.Build.props @@ -2,7 +2,7 @@ 4.1.0 - 1.10.0 + 1.10.1 11.5.0-beta.4 12.17.0 0.24.230918.1-preview diff --git a/scripts/prepdocs.sh b/scripts/prepdocs.sh index 32ff3b75..540ab1bf 100755 --- a/scripts/prepdocs.sh +++ b/scripts/prepdocs.sh @@ -23,6 +23,8 @@ if [ -z "$AZD_PREPDOCS_RAN" ] || [ "$AZD_PREPDOCS_RAN" = "false" ]; then --storageendpoint "$AZURE_STORAGE_BLOB_ENDPOINT" \ --container "$AZURE_STORAGE_CONTAINER" \ --searchendpoint "$AZURE_SEARCH_SERVICE_ENDPOINT" \ + --openaiendpoint "$AZURE_OPENAI_ENDPOINT" \ + --embeddingmodel "$AZURE_OPENAI_EMBEDDING_DEPLOYMENT" \ --searchindex "$AZURE_SEARCH_INDEX" \ --formrecognizerendpoint "$AZURE_FORMRECOGNIZER_SERVICE_ENDPOINT" \ --tenantid "$AZURE_TENANT_ID" \