Pamela Fox

Results 695 comments of Pamela Fox
trafficstars

For the user upload feature, you must enable both user login and user upload. Please make sure you've followed all the steps here: https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/docs/deploy_features.md#enabling-user-document-upload I recommend first enabling user login,...

I've put a basic example of the code you could use in this branch: https://github.com/Azure-Samples/azure-search-openai-demo/pull/2441/files You would need to modify that with better styling, but that's the general idea.

@ahmedzafar89 No, I just did it as an example. Is there general interest in showing the images in the chat window?

Can you clarify if "Video Indexer" refers to https://learn.microsoft.com/azure/azure-video-indexer/video-indexer-overview or to a different service?

We definitely need to support either function calling, structured outputs, or function calling with structured outputs in this repo. I didn't realize there was currently an issue with the integration,...

I have an example branch that adds an additional tool here: https://github.com/Azure-Samples/azure-search-openai-demo/pull/2738 You will need to use a slightly different approach since you want to call a completely different API...

I am going to close this issue since the original issue was about token counting of tool calls, and we no longer do token counting. @hugokoopmans Please open a new...

So you're saying that in the answer itself, it has [source:info1.txt]? Which model are you seeing this with, gpt-3.5-turbo?

Related issues: * Running --removeall leaves the md5 files (but probably shouldnt) * Switching azd environments leaves the md5 files (I have no solution for that right now)

I am removing the "stale" label since this is still an issue with the current implementation. We hope to move prepdocs to a custom function on AI Search soon, away...