Pamela Fox
Pamela Fox
If you upload a PNG, which can be OCRed fine with the new Document Intelligence, and then ask a question on it, you'll see this error: Traceback (most recent call...
### This issue is for a: (mark with an `x`) ``` - [ ] bug report -> please search issues before submitting - [X] feature request - [ ] documentation...
My auth-related functionality wasn't working well, and I opened the console to see this error:  We should handle that, maybe just throwing up...
## Purpose Fixes #1334 This is an alternative to #1487 which instead adds clickable help icons. I was unable to get the tooltips to pop up on my machine (not...
## Purpose Addresses #1476, confusion over OPENAI_HOST value when deploying. ## Does this introduce a breaking change? When developers merge from main and run the server, azd up, or azd...
This is the proposed design for an optional feature that would allow users to upload documents, and for those documents to be queryable alongside the general documents. Users should only...
As discussed in meeting: The /content path currently does an initial check of Azure AI search engine to check permissions. However, if the developer is using ADLS2 either as their...
As discussed in meeting: Currently, if you enable GPT-4-vision, it will upload images to the original Blob container. However, we should probably upload those images to ADLS2 container, if that's...
I believe the app.py in this repo is based off the sample-app app.py. In that case, I believe it has a performance bug due to this line: https://github.com/Azure-Samples/azure-search-openai-solution-accelerator/blob/db254e0316d0c9031158bb70a0531159b4d111af/app.py#L139 If you...
# Motivation See my blog post here: http://blog.pamelafox.org/2023/09/best-practices-for-openai-chat-apps.html We ported the other sample to Quart, as it was a more 1:1 mapping from Flask, but the more popular async framework...