Pamela Fox

Results 910 comments of Pamela Fox

This PR requires an update now that the internationalization change is in. I made the necessary changes but could not push them to your PR since your PR is off...

The index-4936227d.css is a built file, and built files should generally never be modified. This documentation points to the original files: https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/docs/customization.md#customizing-the-ui Is that what you were following? If not,...

@AdnanShahid405 That sounds like an intermittent issue with App Service deployment. Can you try Container Apps deployment? That's the new default host, as of last week: https://github.com/Azure-Samples/azure-search-openai-demo/releases/tag/2024-10-28 Generally deployments for...

Ah interesting. We'd probably have to introduce an env variable for specifying the type, since we can't detect it based on the current variables. That is doable.

There is handling right now in the backend for the content filter errors. You can see it if you go to https://capps-backend-g6kuptydvtma6.redocean-cd0fb0be.westus.azurecontainerapps.io/ and type "how do I make a bomb?"...

If you haven't run azd up, then you need to also set all the roles that are set in infra/main.bicep. You should be able to set them with this script:...

To enable that, you would want to bring in a package like https://katex.org/ that can render LaTex and ensure that your prompt results in properly formatted LaTeX. Then you can...

This repo now has support for browser-based chat history: https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/docs/deploy_features.md#enabling-chat-history I have re-titled this issue to focus on adding Cosmos DB persistence, and will keep this issue open. For those...

When we add CosmosDB support, then you would enable one or the other, I think. (We'd need to warn if you enabled both since that wouldn't make sense).