we are facing issues with indexing (integreting) the data with Azure Cognitive Search (AI search)

Chitresh Rahamatkar 0 Reputation points
2023-12-04T14:01:41.0933333+00:00

as you see in the below image we have confusion in indexing the data with AI search that which field we have to check and what is the use of it and how it work and react in response on questions in Open AI like, Retrievable, Filterable, Sortable etc

User's image

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,027 questions
{count} votes

1 answer

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 21,661 Reputation points
    2023-12-06T11:58:02.4333333+00:00

    @Chitresh Rahamatkar

    Thanks for reaching here! If I have understood you right your query is regarding indexing and the different field options available in Azure Cognitive Search.

    When you create an index in Azure Cognitive Search, you define the schema for the searchable data. The schema includes the fields that you want to make searchable, as well as the data types and other attributes for each field.

    Here are some of the field options available in Azure Cognitive Search:

    Retrievable: This option determines whether the field can be returned in search results. If a field is not retrievable, it will not be returned in search results, even if it matches the search query.

    Filterable: This option determines whether the field can be used in filter expressions. If a field is filterable, you can use it to filter search results based on specific criteria.

    Sortable: This option determines whether the field can be used in sorting expressions. If a field is sortable, you can use it to sort search results based on specific criteria.

    There are many other field options available in Azure Cognitive Search, such as facetable, searchable, and analyzers.

    You can find more information about these options in the Azure Cognitive Search documentation.

    Hope this helps. Let us know if you have any further questions.

    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.