Pamela Fox

Results 527 comments of Pamela Fox

The cost estimation is now in the README, so I'm closing this issue. Comment or open a new issue if more details are needed.

If the form recognizer costs are too high for your budget, there's also a local PDF parser parser you can try. To use it, modify the final command in prepdocs.sh...

Where do you get that chart from? Is that in Azure OpenAI Studio? I'll need to find whatever team is responsible and ask them. Thanks!

Ah but then there's a Pydantic error in 3.11: Please use `typing_extensions.TypedDict` instead of `typing.TypedDict` on Python < 3.12 Dang! I'll just ignore my linter then / add a noqa....

Ah okay, I saw that mentioned in the Discourse thread but wasnt sure if that was also a standard. I recommend documenting both of those.

This is still an open issue, right? as in, the only way to build an image with azd is if you have Docker running locally, correct? @andredewes is trying to...

I just attempted reproducing with latest azd by changing linuxFxVersion and then appCommandLine and both changes went through! I believe this can be closed.

I get this issue with the latest `azd` after I login with my @microsoft account: ``` vscode ➜ /workspaces/fastapi-azure-function-apim (main) $ azd login --use-device-code To sign in, use a web...

@Timmate You can see the roles in the bottom of infra/main.bicep: https://github.com/Azure-Samples/azure-search-openai-demo/blob/f76673c44c63a99cc28e635663893638de3511b0/infra/main.bicep#L254 There are both user roles assigned and system roles. The user roles are primarily needed so that prepdocs.py...

Hi all- We've clarified on the README that at the minimum, you need the RBAC role, or the RBAC role scoped to an existing resource group: https://github.com/Azure-Samples/azure-search-openai-demo#azure-account-requirements We're interested to...