DP-100 · Question #553
You manage an Azure AI Foundry project. You plan to create a vector index for a RAG solution. You need to build the index remotely by using a script. Which two data sources can you use? Each correct…
The correct answer is A. Azure AI Search C. Local files and folders. When building a vector index remotely via script in Azure AI Foundry, Azure AI Search and local files/folders are the supported data sources.
Question
Options
- AAzure AI Search
- BGitHub repositories
- CLocal files and folders
- DOneLake in Microsoft Fabric
How the community answered
(41 responses)- A73% (30)
- B17% (7)
- D10% (4)
Why each option
When building a vector index remotely via script in Azure AI Foundry, Azure AI Search and local files/folders are the supported data sources.
Azure AI Search can be used as a data source when programmatically building a remote vector index via script, allowing an existing search index to be referenced and embedded.
GitHub repositories are not a supported data source for building vector indexes remotely via script in Azure AI Foundry.
Local files and folders are supported as a data source for remote script-based vector index builds in Azure AI Foundry, where the SDK uploads and processes the files during index creation.
OneLake in Microsoft Fabric is not a supported data source for remote script-based vector index creation in Azure AI Foundry.
Concept tested: Azure AI Foundry remote script-based vector index data sources
Source: https://learn.microsoft.com/en-us/azure/ai-studio/how-to/index-add
Topics
Community Discussion
No community discussion yet for this question.