Pamela Fox
Pamela Fox
I'm going to close this issue as completed since you can now change the tier via `azd env set AZURE_SEARCH_SERVICE_SKU basic` The fact that you can't change it to free...
@Lawndemon We have an existing parameter for the location, for that reason: openAiResourceGroupLocation What was the difference between openAiResourceGroupLocation and the new parameter you added?
It is confusingly named. The Bicep only creates a new resource group for the OpenAI resource if you also explicitly set openAiResourceGroupName (or AZURE_OPENAI_RESOURCE_GROUP azd environment variable). Otherwise, it creates...
Hm, good point. We could alter the prompt based off the query_language parameter? That presumably would reflect the language of the documents in the search index. I can also flesh...
I don't know of any PRs that add CosmosDB support to this repository, but there are other OpenAI samples out there that access CosmosDB. Here's an example from my colleague...
I suspect that the actual Markdown returned by the second question included backticks, and thats why the Markdown renders as code. Here's a deployed version which includes the markdown renderer:...
@praveen-palanisamy Thanks for updating to main! I've integrated this change in this demo app here to test it out: https://app-backend-dsqwnx2uoc57g.azurewebsites.net/ Now that we've added streaming to the repo, this change...
cc @SteveJSteiner who authored the streaming change (see comment above on interaction with this PR)
Okay, so I think what we could do is just change our CSS so that headings inside the chat boxes aren't actually very large, that way it isn't such a...
It looks like the pipelines for ADO do *not* use the Azure Developer CLI (azd), is that right? Is there a reason not to use it? It seems like it...