Pamela Fox

Results 715 comments of Pamela Fox
trafficstars

Sorry, do you mean that you are trying to interact with it via command-line? The development server does work locally for me.

429 is a rate-limit error generally - can you make sure you've closed your tabs using the real-time API and don't have any colleagues using that deployment? With only 1K...

And there are no other tabs with it open? Can you open up the deployment in Azure OpenAI studio and see if it works in the real-time playground? Sometimes there...

Can you open up your OpenAI Studio and check Quotas tab to see if you have capacity in any region? I thought that free accounts were given 1K TPM capacity,...

Thanks for opening this. Since this was filed, the sample added Integrated Vectorization, which enables indexing directly from Azure Blob Storage with built‑in extraction, chunking, embedding, and indexing (no manual...

Thanks @jakeatmsft for sharing! I'm re-opening this issue as it's a common request. @chuwik says that we also want a way to link the transcript to the grounding files ideally,...

Hm. We could also make the regex check for filename format, something like \w+\.\w+

Merged https://github.com/Azure-Samples/azure-search-openai-demo/pull/2056 whoch should fix this

I think you mean 1000 characters, right? We have this logic: const onQuestionChange = (_ev: React.FormEvent, newValue?: string) => { if (!newValue) { setQuestion(""); } else if (newValue.length

Sorry for delay, I haven't revisited this project in a while. It's adding the /api due to this line: servers=[{"url": "/api", "description": "API"}], That's intentional since this architecture sends all...