Pamela Fox

Results 797 comments of Pamela Fox

You would still pay for tokens consumed, as far as I understand, however.

If you created resources in the Portal, then you should follow the steps in the README to use existing resources (https://github.com/Azure-Samples/azure-search-openai-demo?tab=readme-ov-file#using-existing-azure-resources) and then run `azd up`. The `azd up` process...

Unfortunately, no, as discussed in the account prerequisites: https://github.com/Azure-Samples/azure-search-openai-demo?tab=readme-ov-file#azure-account-requirements There are some suggestions there as to the minimum permissions possible that your IT group may be able to grant, but...

@pope-llamas0g Good question, I discuss it here: https://github.com/Azure-Samples/azure-search-openai-demo/releases/tag/2024-02-15b You may delete the old one.

@pope-llamas0g Yes, you can delete the old one that has "fr" in the name. We don't actually use Document Intelligence in the deployed user-facing app, so the only system you...

Unfortunately, the azd CLI does not yet have support for deployment slots. I believe this is the relevant issue to star, I'll follow-up on that issue: https://github.com/Azure/azure-dev/issues/2373

@RajaCodeArchitect Thanks for the PR! Please fill out the PR description fully, and include details about how this PR is similar/different to the other upload files PR.

We likely will not be merging a PR with file upload functionality until we have a solid authentication automation mechanism, as we don't want developers to accidentally deploy an app...

You would need to do a fair bit of merging. We are planning to add document-upload as a feature of the repo itself, but it will include access control considerations,...