Pamela Fox
Pamela Fox
I typically just comment out those last few lines of code. I've asked @srbalakr to take a look, however.
I have seen that crash as well, and I think we should just fix that crash - an app shouldn't crash if you click at the wrong time. Thanks for...
Have you tried the options to use an existing ADLS2 container? https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/docs/login_and_acl.md#azure-data-lake-storage-gen2-setup That option was added specifically when we added login/acess control. Or are you trying to use ADLS2 without...
There are a few files related to ADLS2 in the project: adlsgen2setup.py in scripts and listfilestrategy.py in prepdocs. I think you dont need adlsgen2setup since you dont care about ACLs...
Hm, I think the next thing I would try is: * Using the manageacls script to double check that you do have access to the document you expect to see,...
@jimmylevell You say you're using private endpoints? Did you add those manually in the Portal? We have a PR which adds support for private endpoints, but it's not yet in...
Hm, so we've gotten private endpoints working in PR here: https://github.com/Azure-Samples/azure-search-openai-demo/pull/864/files So I'm looking to see what Document Intelligence specific changes are in there that might be relevant. There's this...
Sorry, we don't have any particular instruction for that. If it's helper, this is a Dockerfile for running the app: ``` FROM mcr.microsoft.com/devcontainers/python:3.11-bullseye RUN python -m pip install --upgrade pip...
The Bicep files in the infra folder set up a ton of resources and RBAC roles, so you would want to start with provisioning that Bicep, and then see how...
Thanks for the report, we have not done responsive testing on the frontend. We welcome pull requests if you find ways to improve the mobile responsiveness. We'll note this as...