Pamela Fox

Results 527 comments of Pamela Fox

@beouk I am working on a branch based on the current version of the repo. It will use a slightly different architecture than this one (using a function for data...

You can see the proposed design here: https://github.com/Azure-Samples/azure-search-openai-demo/issues/1393

If you're using my branch, you will need to enable the upload feature- azd env set USE_USER_UPLOAD true However, it might be easier to wait for the feature to be...

You'll also need to enable auth and ACL following our existing docs, as this feature depends on those being enabled.

Yes, we haven't exposed that via environment variables yet, but you can modify the parameters at the top of main.bicep: https://github.com/Azure-Samples/azure-search-openai-demo/blob/1c32a28fae8b45b631d619c4fac2e24fab34ee38/infra/main.bicep#L12

@giterinhub has a PR that does this: https://github.com/Azure-Samples/azure-search-openai-demo/pull/1389/files

Hm, I'm not sure I understand the question. We use Azure Document Intelligence so that we can extract any relevant text from a document, since most documents have text in...

Good question! It uses semantic captions for the answers, which are described here: https://techcommunity.microsoft.com/t5/ai-azure-ai-services-blog/introducing-semantic-search-bringing-more-meaningful-results-to/ba-p/2175636 You should be able to see the difference in the "supporting content", the answers would be...

Codespaces should autodetect that device code must be used. If its not, thats a bug. Is this local Codespaces extension or in the browser? cc @vhvb1989 @jongio

Can you screenshot what happened when you ran `azd auth login`? Can you also screenshot the results of running `code --status`?