Pamela Fox

Results 527 comments of Pamela Fox

@andrewzamer If your question is about the AI Studio Chat with Your Data app, then https://github.com/Microsoft/sample-app-aoai-chatGPT/ is the repository for that codebase. The discussion here is about this codebase, which...

@roshithrajan Are you referring to modifying this sample or are you using the "Chat on your data" from Azure OpenAI studio? For this sample, many people modify it to have...

@roshithrajan For questions on the studio "Add your data" feature, please post in their issue tracker: https://github.com/microsoft/sample-app-aoai-chatGPT This codebase is not connected to that.

Hmm. Have you tried opening the Network console in the browser to see if an HTTP request is going through to the backend? A successful request looks like:

You can override the startup command by specifying appCommandLine in the Bicep, as either a filename (pointing at a shell script) or the actual command. For example, in another Flask...

I just merged a change to the Bicep that sets PYTHON_ENABLE_GUNICORN_MULTIWORKERS to 'true' so that should be a big help. However, I am also going to send a PR for...

Here's another PR that adds a custom startup script: https://github.com/Azure-Samples/azure-search-openai-demo/pull/464 You should be able to modify that to change the worker class. Relevant docs here: https://docs.gunicorn.org/en/latest/design.html#choosing-a-worker-type

My change is now merged, so you can easily customize the gunicorn configuration. Please do share if you find better settings than the current ones in gunicorn.conf.py.

(Personally) I am hoping to replace these scripts with Bicep: https://github.com/microsoft/sample-app-aoai-chatGPT/blob/main/scripts/auth_init.py https://github.com/microsoft/sample-app-aoai-chatGPT/blob/main/scripts/auth_update.py It uses the REST API to create a Graph application, add a client secret, and store the resulting...

Hi all, I'm working on putting more details in the cost estimation in this PR: https://github.com/Azure-Samples/azure-search-openai-demo/pull/537 It includes a link to the Azure pricing estimation calculator. That link puts ACS...