Azure / Azure/Build-Modern-AI-Apps-Hackathon
Listing out few finding on the documentation side
- Dominant language
- C#
- Stars
- 71
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
Issue | Details | Challenge
-- | -- | --
Details to clone the repo are not valid | Clone this repository and change it to the cognitive-search-vector branch. the branch doesn't exist in this repo. Needs fixing | Challenge1
Specify the details on RBAC permissions | Commentary on RBAC permissions needed to deploy the resources. Subscription level or Resource level. | Challenge1
(InsufficientQuota) The specified capacity '120' of account deployment is bigger than available capacity '108' for UsageName 'Tokens Per Minute (thousands) - GPT-35-Turbo'. | The TPM budget for GPT-35-Turbo and Ada-002 embeddings are set at 120K, participants need to ensure they have available quota in the regions they choose. | Challenge1
az aks show --name MyManagedCluster --resource-group MyResourceGroupShow the details for a managed Kubernetes cluster | As part of the deployment script, aks show command seem to fails. No problem with proceeding with rest of the deployment though | Challenge1
After the command is completed, navigate to the resource group and obtain the name of the AKS service. | The deployment script doesn't seem to use AKS but rather ACA to the service hosting. Needs to be corrected if this is the approach for the hack. Suggest ACA to keep the hack simple | Challenge1
Challenge1.md - References to AKS | Remove references to AKS in the challenge1 document if ACA is preferred | Challenge1
Challenge1 - Success criteria doesn't mention leases container | Mention leases container in the success criteria to avoid any confusion | Challenge1
appsettings.json of ChatServiceWebApi is different in the repo to what was mentioned in the README.MD | Update the README.MD to reflect the current appsetting.json | Challenge1
Build fails with Errors | The current repo has a duplicate file with Typo that is causing build failure. Need to remove the file to have the initial build for Challenge1 successful Build-Modern-AI-Apps-Hackathon/starter-artifacts/code/VectorSearchAiAssistant/VectorSearchAiAssistant.Service/Models/ConfigurationOptions/SemantcKernelRAGServiceSettings.cs at main · Azure/Build-Modern-AI-Apps-Hackathon (github.com) | Challenge1
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.