Pamela Fox
Pamela Fox
The model does not have a cache, can you clarify what you mean? This repo stores files in Blob Storage and indexes them in Azure AI search. Did you deploy...
Which document type are you specifically looking for? We're merging two PRs very soon that should help, but it depends on the type.
Great question! Apparently the new Document Intelligence version does support parsing HTML, but I neglected to add it to the list. You can add it here: https://github.com/Azure-Samples/azure-search-openai-demo/blob/2e79777f01f355f6e01e5b288ff290e39921bf16/scripts/prepdocs.py#L71 I'll send a...
See https://github.com/Azure-Samples/azure-search-openai-demo/pull/1325
@hammadilyes You only need a local Python parser for HTML if you decide not to use Azure Document Intelligence. There is a local HTMLParser in another repo that we could...
Hi @arsalanmubeen ! The repo does not yet have support for image files. If you'd like to bring in image files, using Azure Document Intelligence to extract their information, you'll...
cc @mattgotteiner @jamesc
Here's a PR from @jamesc that added B2C authentication to a simpler (non-RAG) chat sample: https://github.com/Azure-Samples/openai-chat-app-quickstart/pull/54 We'd need to identify what is missing from this repo that's in that PR....
@hicham-aigp Thanks for sharing your experience. A few questions: 1) Have you enabled Application Insights and checked the traces to confirm that the performance issue is definitely with the ChatCompletion...
I've asked around in regards to GPT-4, and have found that other developers have seen similar latency. I assume you're using Pay-as-you-go pricing tier, which doesn't come with any latency...