Pamela Fox
Pamela Fox
Okay, that 404 is expected, as that robots file does not exist- https://stackoverflow.com/questions/77921307/getting-a-404-for-get-robots933456-txt
I have not yet experimented with o1-preview, as I don't think I have access either. I did recently run an evaluation (using https://github.com/Azure-Samples/ai-rag-chat-evaluator) on using gpt-4o-mini and it did quite...
From what I understand, o1 is fairly different in that it doesnt accept many parameters (like temperature) and it doesnt support function calling, so you would need to strip out...
Could you clarify more what the test script would do? This repo currently includes various kinds of tests: unit/integration tests with Pytest and E2E tests with Playwright. It also includes...
Ah, thanks for filing, I haven't done much data ingestion with images. I'm a little worried that if we skipped over images, people wouldn't notice the logs. I think that'd...
Hm, azd up should have setup everything for you. Did you see anything in the logs for the initial "azd up"? It generally prints out the authentication setup steps. As...
cc @mattgotteiner So is your goal to be able to repeatedly re-run prepdocs to pick up new files in ADLS2, without having to re-index existing files? I think we'd probably...
Could you build the ARM JSON using "az bicep build" with main.json? https://learn.microsoft.com/en-us/cli/azure/bicep?view=azure-cli-latest#az-bicep-build I believe that's what azd is basically doing behind the scenes, when it does the provisioning. As...
I have not tried to implement such a feature, no. This is the first time it's been requested. To implement it, we need a few things: 1. A way of...
Thanks for the PR! I will take a look soon. Am also interested to see feedback from other folks in the thread for https://github.com/Azure-Samples/azure-search-openai-demo/issues/1221