Use the REST API to run vector search queries incomplete

Nicolas Anderson 105 Reputation points
2024-08-06T16:47:24.5333333+00:00

Please fix and update this exercise https://microsoftlearning.github.io/mslearn-knowledge-mining/Instructions/Exercises/10-vector-search-exercise.html

Features that are lack of

  1. Creation of Azure Search Service resource
  2. Creation of OpenAI resource
  3. Deployment of created OpenAI model
  4. Creating Index for this lab ( without this data, I cannot do anything)
  5. How to get api version for both search service and openai service,

Thank you. Hope you can fix it as soon as possible.

This question is related to the following Learning Module

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,651 questions
{count} votes

1 answer

Sort by: Most helpful
  1. VarunTha 8,705 Reputation points Microsoft Vendor
    2024-08-12T15:21:08.54+00:00

    Hi Nicolas Anderson,
    Thank you for reaching out to us on the Microsoft Q&A forum.
    I apologize for the inconvenience you've experienced with the exercise on vector search. I understand that the lack of certain features and instructions may have caused frustration. I'm happy to provide you with the necessary guidance to complete the exercise successfully.

    1.Regarding the creation of an Azure Search Service resource, I recommend following the official Microsoft documentation, which provides a step-by-step guide on how to get started with Azure Search using the Azure portal: https://learn.microsoft.com/en-us/azure/search/search-create-service-portal

    2 and 3. For creating an OpenAI resource and deploying the created OpenAI model, please refer to this Microsoft documentation, which walks you through the process of creating a resource using the Azure portal: https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/create-resource?source=recommendations&pivots=web-portal

    4.To create an index for this lab, I've included a screenshot below that illustrates the process. When you import the Postman sample collection, you'll see the PUT create/Update index option. Simply update the URL with your search-service-name, index-name, and api-version, which you noted earlier.

    User's image

    5.Lastly, to obtain the API versions for both Azure Search Service and OpenAI Service, please follow these steps:

    1. Go to the Overview section of your Azure Search Service and OpenAI resources.
    2. Click on the "JSON view" option.
    3. In the JSON view, you'll find the API versions for both services.

    User's image

    I hope this clarifies any doubts and provides the necessary guidance to complete the exercise. Once again, I apologize for any inconvenience caused and appreciate your patience. If you have any further questions or concerns, please don't hesitate to reach out.

    If you have found the answer provided to be helpful, please click on the "Upvote and Accept Answer" button so that it is useful for other members in the Microsoft Q&A community.


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.