How can I retrieve all columns from my AI Search index using "Use Your Data" feature from Azure OpenAI?

Marília Machado Fernandez 0 Reputation points
2024-07-30T20:11:59.18+00:00

I'm using AI Search Index as my datasource and I need to retrieve a specific column containing the page number of that document. I tried to add a "select" parameter with the index column names, but I've got "Extra inputs are not permitted".

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,191 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,694 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. hossein jalilian 9,930 Reputation points
    2024-07-30T20:29:42.36+00:00

    Thanks for posting your question in the Microsoft Q&A forum.

    You need to ensure your data source is properly connected to Azure Cognitive Search. This involves indexing your documents and making sure the index contains all the necessary fields, including the page number field.

    Ensure that The column names you specify in the $select parameter exactly match the field names in your index schema and there are no additional or incorrect parameters in your query.


    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.