Pamela Fox

Results 716 comments of Pamela Fox
trafficstars

I believe I did, but I can tear down the group from scratch and confirm.

I did test mine from scratch as well by the way, and it also seemed to work. I do get errors when I try to specify those old variables, but...

@sinedied Hm, looking at this line: https://github.com/sinedied/node-functions-vnet/blob/main/infra/main.bicep#L103 Shouldnt that be Flex for useStorageManagedIdentity too? The azd code checks the service plan, I think, when it's deciding how to deploy the...

Hm, that's an interesting error. It seems to be coming from the search index, so I've forwarded it to search team to see if they're familiar with it. Are you...

I think the issue is an empty string for the query language and query speller settings. Please try changing these two lines in app.py: AZURE_SEARCH_QUERY_LANGUAGE = os.getenv("AZURE_SEARCH_QUERY_LANGUAGE") or "en-us" AZURE_SEARCH_QUERY_SPELLER...

Have you tried the changes in this PR? https://github.com/Azure-Samples/azure-search-openai-demo/pull/56 If the links come down as Markdown, then they'd be converted into clickable links. I don't undestand what sort of clickability...

Have you already 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 You need to pinpoint if the issue is with the retrieval or the actual LLM stage. Usually the...

Have you looked into https://github.com/Azure-Samples/aisearch-openai-rag-audio ? I wonder if that would be more the UI you're interested in. I'm working on a PR that makes it super easy to use...

That's very interesting. I think the easiest first approach would be to add a sentence to the prompt that said "The current date/time is MM DD YYYY in UTC" (to...

cc @zedhaque Could you possibly share the steps you used to enable External ID?