Pamela Fox
Pamela Fox
@Arvoid00 So you're using Node 17? I'm still in 16 so that might explain discrepancies.
When I last looked into this, it was an open discussion as to how OpenAPI should document SSE routes and streaming routes generally. I am personally trying to add validation...
I was able to use Quart-Schema with a Blueprint-based application, as you can see here: https://github.com/Azure-Samples/azure-search-openai-demo/compare/main...pamelafox:azure-search-openai-demo:quartschema?expand=1 Ah, I assume you mean that you *only* want it for a particular Blueprint,...
Okay, feel free to close if the chunks are good now, I don't have the time to inspect the output myself. Thanks!
You can see the changes needed in this branch: https://github.com/Azure-Samples/azure-search-openai-demo/compare/main...pamelafox:azure-search-openai-demo:remove-ask?expand=1 That branch deletes both the frontend and the backend files. You could keep the backend and just remove the frontend,...
@mattgotteiner Ready for review :)
I've merged from main, this is ready for review.
I also had this issue when I instrumented in lifespan startup event, here's my fix: https://github.com/pamelafox/staticmaps-function/pull/72
This looks like an unintentional PR, closing.
Hello @kk0205, that log does not actually indicate an error. It is showing you the chain of credential types that it tries until it succeeds. It first tries environment credential,...