Unable to Delete Search Service
Hello, I'm unable to delete the Search Service. The error message returned is empty. Failed to delete search service openai-search-test. Error: When I use PowerShell, it appears to have an SPL Link to a storage account in another subscription and…
Chat completions not available in some regions?
We are upgrading from 35-turbo to 4o-mini and this page in the documentation looks like it says the chat Completions endpoint is not available in some global regions like australiaeast and canadaeast. Is that correct and my code will no longer work in…
By code, how to include AI Search results based on files data for citations using CompletionClient complete call ?
Hi, Starting from the basic example provided in Azure AI SDK (https://learn.microsoft.com/en-us/azure/ai-studio/quickstarts/get-started-code?tabs=windows) based on the OpenAI gpt model I trained using files as datasources in AI Foundry, I wanted to do…
Scaling a RAG chat app with Azure OpenAI and Azure AI Search
Hello, I have a RAG chat app based on this GitHub repository from Microsoft. I'm currently using these services and tiers: Azure AI Search - Standard Tier Azure OpenAI - Standard tier with a GPT 4o model deployment with a rate limit of 450000…
Why llm token count increased if I directly attached the data source to the llm model
The question presents two scenarios involving AI search and an LLM: Scenario 1: AI search is done separately. The search results are passed as context to the LLM. The LLM processes this context, consuming X tokens in total. Scenario 2: The LLM…
ASSISTANTS API: Where and how long are entities saved
Question 1: When creating a new thread with the Assistants API, thereby creating a stateful entity of: Threads, messages, where is this data stored, can I access the resource that stores these? Or is the resource managed entirely by Microsoft, and…
Proxy Error when try to use open AI API
After setting environment variable successfully, I still got this error.
Hello I have been doing a POC with semantic kernel API manifest, and i cannot find any good microsoft documentation?
Hello I have been doing a POC with semantic kernel API manifest, and i cannot find any good microsoft documentation, there are some devblogs e.g. https://devblogs.microsoft.com/semantic-kernel/introducing-api-manifest-plugins-for-semantic-kernel-2/ but…
Azure OpenAI Usage API?
Hi, What is the ETA for the addition of the OpenAI Usage API to the OpenAI Services on Azure? I have several OpenAI instances but can't manage costs beyond instance/model costs. Considering enterprise scenarios, it's highly important for effective cost…
How to fix No connection of type ConnectionType.AZURE_AI_SERVICES found error
I'm attempting to follow the setup for creating a RAG app using this site: https://learn.microsoft.com/en-us/azure/ai-studio/tutorials/copilot-sdk-create-resources?tabs=windows After doing the first step, I get this error:…
Azure OpenAI, vector stores stuck processing files
Hello, I'm experiencing inconsistent vector store processing behaviour with Azure OpenAI integration. Files are getting stuck in a "In progress" state with the following characteristics: Vector store files remain in "In progress"…
Unable to access o1-mini and o1-preview models in Azure OpenAI
Hello, After onboarding (access request) to the o1 model family within Azure OpenAI (Sweden Central), I received confirmation emails for access to: o1-preview and o1-mini o1 GA (approximately one hour later) Currently, only o1 GA is available for…
AuthenticationError: Error code: 401 - {'error': {'code': 'PermissionDenied', 'message': 'Principal does not have access to API/Operation.'}}
Got AuthenticationError: Error code: 401 - {'error': {'code': 'PermissionDenied', 'message': 'Principal does not have access to API/Operation.'}} error, I theoretically gave all permisions needed, but it keeps blocking me
Azure Speech-to-Text: language or quota limitaion
I want to use Azure's speech-to-text for my chatbot service. The use-case is to provide STT results when the user gives voice (usually one or two sentences). Here, the user does not select a language. I tried using Azure OpenAI's whisper, but the…
Can we use Azure Open API to manage the conversation via chat in all kinds of languages ( English, German, Dutch, ...) Does the amount of training hours matters....
Can we use Azure Open API to manage the conversation via chat in all kinds of languages ( English, German, Dutch, ...) Does the amount of training hours matters....
Understanding Content Safety Blocklists & KPI Monitoring in Azure OpenAI Enterprise
Hello Azure Community, I’m currently using Azure OpenAI’s Enterprise product and have some questions regarding content safety, blocklists, and KPI monitoring. Content Safety & Blocklists: I understand that the Enterprise version may have additional…
Text Analysis in PDF Documents with Azure AI Services
Hello everyone, I am working on a project where I regularly handle extensive collections of PDF documents filled with specific technical terms and abbreviations. These documents also vary greatly in layout and formulation, presenting a unique challenge…
Vector index unsupport txt file
I am trying to test FAISS index. I upload a txt file and run it. This is the result. As you see the pictures above, the first task(chunking) has been successful. I got the 37 chunked docs. The error is occurred in the second task. I looked the…
What is the purpose of the "role information" parameter in Azure OpenAI On Your Data?
I am wondering about the purpose of the role information parameter in the Azure OpenAI On Your Data call. How does it differ from the system prompt? If it is provided to Azure AI Search, how is it involved in the retrieval process, given that retrieval…
How to Ensure GPT-4 (Azure OpenAI) Includes Original Terms in Parentheses During Translation
I'm using the Azure OpenAI Service with the GPT-4 model (GPT-4o mini) to create a bot for translating psychoanalysis articles. The translations need to preserve specific technical terms from the source text by including them in parentheses alongside the…