Pamela Fox

Results 827 comments of Pamela Fox

Per the emails, you should try to switch over to a newer version as soon as possible, to avoid any issues when old versions are turned off. The app currently...

You're saying that it did remove the blobs from blob storage, but did not remove them from the search index?

Did you modify the dataArg as well? I can't see from your screenshot.

The second part of the instruction is to replace `"/data/*"` with `"/data/your-filename.pdf"`, so you need to do that as well, otherwise it operates on all of "/data/*". I think we...

1. Nice idea, I've asked a member of the Teams team to brainstorm how to publish the app that way, they'll share their ideas on this thread. 2. Yes, that...

I've spoken with some Teams colleagues. They said that PR #455 would run in a bot emulator but not necessarily in Teams. They are now working on a prototype based...

The backend code serves up the whole PDF, and lets the browser do the rendering: https://github.com/Azure-Samples/azure-search-openai-demo/blob/60f768551d23eb0f40da7bfd85c23ea5765f74a0/app/backend/app.py#L62 I think that if you want to both show the whole PDF but link...

Have you read through our guide on improving answer quality? https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/docs/customization.md#improving-answer-quality The first step is to look at the search results and determine if the problem is with it not...

Hm, it sounds like you're trying to enable a colleague to run the app, is that correct? If so, please follow the steps here: https://github.com/Azure-Samples/azure-search-openai-demo?tab=readme-ov-file#sharing-environments

@srbalakr I'm still getting this, should we just try/except?