Share via

add vector search in sql database

Anmol sharma 0 Reputation points
2023-09-28T11:37:38.89+00:00

when i am trying to add data to my chat playground in azure openai chatbot there is a option to add vector search to this response but i am unable to check this checkbox , i also have embedding model..Help me out

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.

Azure OpenAI in Foundry Models

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,836 Reputation points
    2023-09-29T07:40:08.51+00:00

    Thanks for the question, Semantic search and vector search are subject to additional pricing. You need to choose Basic or higher SKU to enable semantic search or vector search.

    or

    You can use the following REST API. https://learn.microsoft.com/en-us/azure/ai-services/openai/reference#completions-extensions

    In the REST API the querytype allowed values are: simple,semantic,vector,vectorSimpleHybrid,vectorSemanticHybrid.

    Was this answer helpful?

    0 comments No comments

Your answer

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