Pamela Fox

Results 877 comments of Pamela Fox

FYI, I am working on a change that will also add in calls to the Vision API and Chat Completions API during file processing, for developers that want support for...

Also FYI @mattgotteiner is porting prepdocs to an Azure Function, to be used as a skillset by AI Search. That will use a specific FunctionFileStrategy though, similar to UploadFileStrategy (per-file...

This change introduces the drawback that the log from prepdocs becomes harder to follow, since things are done in different orders. I've changed the logging statements to be more consistent...

Are you encountering the issue locally or in production? If you can reproduce it locally, then you can look at the server logs and see what issue it's having. If...

I can make a branch that is more what you are looking for, a non-search related function. I'll update shortly.

@hugokoopmans Here's a branch that shows a non-search tool: https://github.com/Azure-Samples/azure-search-openai-demo/pull/2758 That branch assumes you only want to use a single tool at a time. If you want to call multiple...

This application does not currently have a notion of users. We have a PR that adds user authentication as an option, so it will soon have such a notion. Then,...

Did you set up the user authentication using our setup? I'm not sure what you mean by cache, token cache? If you set up user auth using our guide, and...

If you are seeing an error like that, it indicates the server experienced a runtime error. Please download the logs from App Service, per the instructions at the end of...

Hm, that looks like the logs from outside the container, I'm looking for the logs from inside the container. If you downloaded the zip from Advanced Tools, look for the...