About index field settings for Azure AI Search service.
Let's say you have defined two SingleCollection columns (vector columns) in one index. Is it possible to perform a cosine similarity vector search on those two SingleCollection columns (vector columns)? Example: Let's say you have set up the index schema…
How to enable CORS issue in Azure AI document Intelligence when connecting from dJango API with HTTPS
I have create Azure AI with document intelligence for PDF extraction. The paid resource have been created in EastUS region and integrating with Pyhon Django API. Working: Python Django API hosted in IIS with http binding. hence the PDF extracation is…
azure cognitive search using sharepoint subdirectory doesn't work
I have a Sharepoint datasource that I am trying to connect to azure cognitive search for a client. I am able to set up a datasource with the root of the Sharepoint directory with a url pattern https://[CLIENT].sharepoint.com/teams/[TEAM] however I need…
url retured as null to HTTP POST
Hi, URL field in the POST HTTP request is returned null when I call on GPT 4o deployed in Azure AI Studio on my Azure AI search Index. This is despite the Index in Azure AI studio showing I've mapped url to a DocUrl ( custom field created to map to…
Unable to create an Azure AI Search Debug session. Previously was working
I am facing this issue in AI Search. I already have 3 debug sessions created but unable to create new ones. In the last few days, once i was able to create a debug session but otherwise it is not working . I do not get any error message also. Have tried…
Why attribute "storageConnectionString" cannot be saved in the definition of skillset?
I use the following http body to create a new skillset by Rest API with api-version "2024-07-01". However, the value of the required attribute "storageConnectionString" in "knowledgeStore" section is alway null. It will…
I am unable to perform API key authentication in Azure OpenAI Studio when using private endpoints.
I have disabled public network access for Azure OpenAI, Azure AI Search, and the Storage Account. I created a virtual network with two subnets: one subnet is used for private endpoints for OpenAI, AI Search, and the Storage Account, and the other is for…
Error 405 (method not allowed) while using Azure AI Search API
Hello, I get the error 405 (method not allowed) while using the Azure AI Search API. I do not understand why. I will explain what I want to do and the error I get. I do not have an extensive technical background so please excuse approximations if any.…
How to prevent AzSearch.Automagic from automatically inserting a wildcard (*) in the search box?
I'm using AzSearch.Automagic with Azure Cognitive Search to power a search feature on my site. However, when the page loads, the search box automatically inserts a wildcard character (*), causing a prefix search to be executed immediately. I would prefer…
Is there a workaround to index SharePoint site pages in Azure AI Search?
We are currently developing a chatbot using Azure Open AI, and we plan to use SharePoint as a data source. We have pages containing the data that we want the chatbot to reference. However, according to the documentation SharePoint Online indexer…
Services Unable to Communicate with Private Endpoints Enabled
We have deployed a solution using various Azure services, including a Web App, Storage Account, Azure OpenAI, Azure AI Search, Content Safety, Multi-Service Account, and SQL Server. When these services communicate over the public network, they connect…
Whats the Azure OpenAI Inference API Version used by AzureOpenAIEmbeddingSkill
Reading this doc but the document doesn't have any info or a property to specify the Azure OpenAI Inference API Version details. So the question is which API version it will use ? One can find the available API Versions from…
Rag Improvements
Dear all, I am try to improve the quality of my Rag system that is for now composed of a Storage account, an indexer that takes the blobs from such SA, an index and a openAI deployment for chatting (as well as the app interface). I do have…
Why am I getting an error saying it cannot find Azure.Search.Documents ?
Message: Creating or updating index 'docsearch-dev' failed with the following error: Could not load file or assembly 'Azure.Search.Documents, Version=11.6.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8' or one of its dependencies. The system…
Could not run DebugSession 'xml-debug'. Could not persist an event for the DebugSession. Error: 'This request is not authorized to perform this operation.'
Error in title. Cannot run a debug session on a search service. I verified the prerequisites here. I also see the error: "Could not retrieve execution-data for DebugSession 'xml-debug'. Please check the storage connection string associated with the…
Vector index size showing 0 Bytes, pricing tier : basic
Hi, I am creating a chatbot using SharePoint as data source, created search resource with basic pricing tier, but i am not able to find the reason why Vector Index size is showing 0 Bytes. you can see the screen print as below :
Problem restricting Indexing to a folder in Blob container
I've pointed my Azure AI search index to import documents only in the folder End User Guide as seen in the data source. The Blob container has 3 other folders as seen: When tested on questions from documents in other folders, the answers are being…
Azure search Indexer don't run
I have an AI Search indexer for some reason (I don't have) the schedule doesn't trigger. I started manually the indexer, i got the notification with "Successfully started a run of indexer 'indexer_name'". But nothings happens, the run…
Use of multiple azure cognitive search indexes fir openai chat completion
Question: Currently, when using the 'getChatCompletionsfeature provided by the@azure/openai` package, you can specify a single Azure Cognitive Search index as follows. "js const response = await client.getChatCompletions(deploymentid, messages,…
An error occurred when calling Azure Cognitive Search: Azure Search: Please assign a proper column/field for vector search. It should be of type Collection(Edm.Single)
Hi everyone, I’m currently working on a project where I'm using Azure OpenAI. However, I’ve encountered the following error: Error Message: An error occurred when calling Azure Cognitive Search: Azure Search: Please assign a proper column/field for…