Forum Discussion
Azure AI studio and use your own data from OneLake
After Azure OpenAI Studio I am learning about AI Studio :
https://learn.microsoft.com/en-us/azure/ai-studio/what-is-ai-studio?tabs=home
The example in the video (1:56) refers to getting data from OneLake and using vector search on that data.
However in a discussion here:
https://community.fabric.microsoft.com/t5/General-Discussion/How-can-I-add-Fabric-One-Lake-as-datasource-for-Azure-AI-Search/m-p/3786072#M5468
the conclusion was that OneLake is not supported as a datasource.
I think both can be true, but if that is the case I am curious about the support to apply Azure AI Search to content in OneLake.
2 Replies
- georgehu
Microsoft
Onelake support Restful API with GraphQL interface. Your ai agent apps can use plugins/function calls to the restful api for data integration. Another way is using a Spark AI Agent for access your onelake as dataframe format for Spark SQL query.