Understand Azure AI Studio with Mini Project (Prompt Flow, AI Index, RAG, Python and WebApp)

  Рет қаралды 2,992

MadeForCloud

MadeForCloud

Күн бұрын

Пікірлер: 39
@nishantketu5459
@nishantketu5459 8 күн бұрын
Thank you so much for this incredible video! I’ve been working on a similar project for my client and have spent countless hours exploring tutorials and sifting through hundreds of Git repositories. Unfortunately, I kept running into errors, and even when I managed to deploy something, accessing it from my local web app was a challenge. This one-hour video was a game-changer-it cleared all my doubts and resolved every confusion I had. By carefully following your steps, I was finally able to get my web app running smoothly from my local environment. Your explanation was crystal clear and exceptionally helpful. You’re truly brilliant-thank you for sharing such valuable content!
@madeforcloud
@madeforcloud 8 күн бұрын
I'm glad you found it helpful and it helped with your project!
@ramu1506
@ramu1506 5 сағат бұрын
This is really informative, and very well narrated. Thank you !
@madeforcloud
@madeforcloud 2 сағат бұрын
Glad you liked it!
@SamirGaykar-k6u
@SamirGaykar-k6u Күн бұрын
Thank you for such an informative and detailed video on RAG using Azure AI! I really appreciate the effort you put into explaining the concepts. However, I noticed a small point that might need clarification. You mentioned several times that you "trained the LLM on documents." From what I understand, it seems that you actually created a RAG system using the LLM rather than training the LLM itself. Training an LLM is a different process compared to setting up a RAG system. I hope this feedback helps clarify things further for your viewers. Keep up the great work!
@madeforcloud
@madeforcloud Күн бұрын
You are right Samir, I am using RAG technique to provide answers from private data. Looks like oversimplifying the concept created confusion.
@ranadheerreddy2996
@ranadheerreddy2996 12 күн бұрын
Thanks a lot for this video. It helps in learning how to use AI Studio/Foundry and create as an app. thanks for your efforts.
@madeforcloud
@madeforcloud 12 күн бұрын
Thanks mate, I appreciate the feedback!
@VironGilEstrada-oq3hv
@VironGilEstrada-oq3hv 13 күн бұрын
Thanks for this! This is such a helpful and detailed video. I was wondering if you could add more use cases using Azure AI Services in the future? As of this writing, Azure has renamed AI Studio to AI Foundry. No worries though-I was still able to follow your video and apply it to Azure AI Foundry. Thanks again! Looking forward to more of your great content! ✅✅✅
@madeforcloud
@madeforcloud 12 күн бұрын
I'm glad you found it helpful, I have added more videos involving Azure AI Foundry.
@gauravagarwal750
@gauravagarwal750 23 күн бұрын
Amazing video. Loved it.
@madeforcloud
@madeforcloud 23 күн бұрын
I'm glad you liked it!
@gauravagarwal750
@gauravagarwal750 22 күн бұрын
@@madeforcloudwould you let me know what azure subscription are you using? I’m using 30 day free tier and it only allows me 1k token limit for model deployment. Appreciate your response.
@gauravagarwal750
@gauravagarwal750 22 күн бұрын
@@madeforcloud Also, how can we dynamically add files and reindex the file and use the same in prompt flow? I want some solution like that
@IsmaelShaik-k6h
@IsmaelShaik-k6h Ай бұрын
I like your Azure AI videos, could you please add more azure AI service videos.
@madeforcloud
@madeforcloud Ай бұрын
Do you have any specific topics in mind?
@lillinanamuka7071
@lillinanamuka7071 21 күн бұрын
Really liked this video, is there any agent functionality as well in Azure AI studio?
@madeforcloud
@madeforcloud 18 күн бұрын
Yes, you can use either Openai SDKs or Azure AI Foundry SDKs to create and run AI Agents
@VijayKumar-pd8mu
@VijayKumar-pd8mu Ай бұрын
please do separate video to integrate to power apps
@madeforcloud
@madeforcloud Ай бұрын
Sure, will create a video on this topic.
@EndvrX
@EndvrX 11 күн бұрын
Hi I am having 1 question after deploying the chatbot as an webapp at Azure and getting the endpoint, can we embed it in our website? Would like to know about chatbot embeding in our website securely
@madeforcloud
@madeforcloud 10 күн бұрын
Yes, you can enable CORS and then embed the endpoint in your webapp.
@082SRIRAMDR
@082SRIRAMDR 4 күн бұрын
please provide the data[PDF files] used in this video and in github link is not present in the data folder
@madeforcloud
@madeforcloud 4 күн бұрын
You can download it from this link. www.vicroads.vic.gov.au/~/media/files/formsandpublications/licences/road_to_solo_driving_handbook.pdf
@sureshkarakam9174
@sureshkarakam9174 9 күн бұрын
hi thanks for sharing the valueble information. i need some information i have implemented same model and iam trying to deploy the promt flow but i am facing the errors will help me out
@madeforcloud
@madeforcloud 9 күн бұрын
Sure Suresh, share the error here.
@sureshkarakam9174
@sureshkarakam9174 8 күн бұрын
while deploying the end point in promt flow in azure ai doundry getting error The request is invalid. Status: 400 (The request is invalid.) ErrorCode: BadRequest Content: { "error": { "code": "BadRequest", "message": "The request is invalid.", "details": [ { "code": "InferencingClientCallFailed", "message": "{\"error\":{\"code\":\"Validation\",\"message\":\"{\\\"errors\\\":{\\\"\\\":[\\\"This endpoint has not been created successfully or is in deleting provisioning state. Please recreate endpoint and then try again to create deployment.\\\"]},\\\"type\\\":\\\"tools.ietf.org/html/rfc9110#section-15.5.1\\\",\\\"title\\\":\\\"One or more validation errors occurred.\\\",\\\"status\\\":400,\\\"traceId\\\":\\\"00-63489cecbac64ad2a2912f4238396f57-6318960f2746c672-01\\\"}\"}}", "details": [], "additionalInfo": [] } ], "additionalInfo": [ { "type": "ComponentName", "info": { "value": "managementfrontend" } }, { "type": "Correlation", "info": { "value": { "operation": "63489cecbac64ad2a2912f4238396f57", "request": "3c4607f16da1ff25" } } }, { "type": "Environment", "info": { "value": "eastus2" } }, { "type": "Location", "info": { "value": "eastus2" } }, { "type": "Time", "info": { "value": "2025-01-08T05:58:40.4789301+00:00" } } ] } } Headers: Cache-Control: no-cache Pragma: no-cache x-ms-throttling-version: REDACTED Request-Context: REDACTED x-ms-response-type: REDACTED Strict-Transport-Security: REDACTED X-Content-Type-Options: REDACTED x-aml-cluster: REDACTED x-request-time: REDACTED x-ms-ratelimit-remaining-subscription-resource-requests: REDACTED x-ms-request-id: 6d590bd7-8c7d-402c-b2b0-101bb14728d9 x-ms-correlation-request-id: REDACTED x-ms-routing-request-id: REDACTED X-Cache: REDACTED X-MSEdge-Ref: REDACTED Date: Wed, 08 Jan 2025 05:58:40 GMT Content-Length: 1416 Content-Type: application/json; charset=utf-8 Expires: -1 January 8, 2025 11:28 AM
@EndvrX
@EndvrX 10 күн бұрын
Hi would like some help from you regarding embed the chatbot as to shopify website
@madeforcloud
@madeforcloud 10 күн бұрын
I am not on development side but can try helping you if you share the errors you are getting in my LinkedIn Chat.
@antonrybak-t7b
@antonrybak-t7b Ай бұрын
Is it possible to install external python libraries(pandas, numpy, etc..) within a python code in a project?
@madeforcloud
@madeforcloud Ай бұрын
Yes, there is an option of using requirements.txt file in case of using python in prompt flow.
@pystorm_app
@pystorm_app 25 күн бұрын
Hi, i keep encountering the following error: Execution failure in 'index_insurance': (Exception) Exception occured in search_function_construction.. How should i go about this?
@madeforcloud
@madeforcloud 24 күн бұрын
Looks to be an issue with indexing. It's difficult to troubleshoot with this info. I would suggest to re-setup again as it could be any typo or missing configuration.
@shreerangjoshi2014
@shreerangjoshi2014 Ай бұрын
how can I deploy or integrate it with power apps rather than a web application??
@madeforcloud
@madeforcloud Ай бұрын
I will create a seperate video for this. You can create a cloud flow in power automate and then consume the Endpoint using http connector. Hope this helps.
@VijayKumar-pd8mu
@VijayKumar-pd8mu Ай бұрын
can we use azure ai studio comes under azure free 200$ credit?
@madeforcloud
@madeforcloud Ай бұрын
No, Azure AI studio is not part of free credit.
@GrowthMindset_J
@GrowthMindset_J 10 күн бұрын
No you need premium paid subscription to use Azure AI Studio
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
Getting started with Azure Machine Learning Prompt Flow
28:37
Introduction to Machine Learning and Data Science
Рет қаралды 11 М.
Azure AI Foundry unlocking the AI revolution | BRK103
40:36
Microsoft Events
Рет қаралды 9 М.
Azure AI Studio - Prompt Flow RAG
24:35
LinoTV
Рет қаралды 6 М.
Azure AI Foundry | Introduction & Hands-on Demo
42:49
Kaan in the Cloud
Рет қаралды 1,9 М.
Practical End-to-End AI Development using Prompty and AI Studio | BRK114
45:36
Qwen Just Casually Started the Local AI Revolution
16:05
Cole Medin
Рет қаралды 125 М.
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН