QuestionQ61

Design and implement a GenAIOps infrastructure

You have a Microsoft Foundry project with a connected Azure OpenAI Service model.

You have text files stored locally on your computer.

You must configure a flow that generates responses from the contents of your local files.

Which four actions should you perform, in sequence?

Drag & Drop
Create a flow.
Create a data asset.
Create a connection.
Create a Foundry Search resource.
Create a vector index.
Explanation

A data asset makes locally stored text files available in the workspace. A vector index then chunks and embeds that content for semantic retrieval. A connection supplies the flow with access to its service dependency, and the flow can then combine retrieved context with the Azure OpenAI model to generate grounded responses. A Foundry Search resource is not required for this sequence.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!