- AzureOpenAI Web Search API Availability
Azure has been expanding its AI capabilities, but there is no official confirmation that the web search feature from OpenAI will be directly available in Azure OpenAI Service. However, Azure AI Search has introduced agentic retrieval, which enhances search capabilities by using LLM-driven query planning. You can explore Azure AI Search as an alternative for intelligent search functionalities. announcing-the-availability-of-azure-openai-data-zones-and-latest-updates
- Streaming Tokens with
func.AsgiFunctionApp
Azure Functions supports ASGI-compatible frameworks, including FastAPI, for HTTP-triggered Python functions. While token streaming is officially documented for func.FunctionApp
, there is no direct confirmation that it works with func.AsgiFunctionApp
.
Kindly refer below link: azure-functions-python-stream
Thank You.