Pamela Fox
Pamela Fox
Closing as dupe of #181
Add the docs to the data folder and then run either prepdocs.ps1 (Windows) or prepdocs.sh (Mac/Linux).
I was able to successfully provision in East US, so if you are seeing an issue, that may be a permissions error in your account. Is your account enabled for...
For Mac/Linux, run: ./scripts/prepdocs.sh For Windows: ./scripts/prepdocs.ps1 You can see that they are the postprovision hooks in azure.yaml. And if you want to deploy just new code, run `azd deploy`....
There's some path related issue. What command did you run exactly before getting that error? Could you possibly open the project up in Github Codespaces or a Dev Container in...
cc @mattmsft who is merging a PR to enable document-level access control.
Closing this issue since Matt linked to the doc about the access control feature, and there have been no follow-up questions.
@bobberg * Are you seeing any sort of error? * What do you see in the logs? * Are you running from a Terminal inside VS Code or elsewhere? *...
If its helpful, the speech team contributed text-to-speech in a PR for our similar RAG repository here: https://github.com/Azure-Samples/azure-search-openai-demo/ The comments on that PR might also be helpful to see what...
Do you also need to add RBAC roles for this to work, like https://github.com/Azure-Samples/azure-search-openai-demo/blob/87d15fc021a2a84c4cbcbec56b2fe0560af05d52/infra/main.bicep#L336 ?