Тёмный
No video :(

RAG with Azure AI Search and Azure Open AI in 9 minutes 

AG Academy
Подписаться 2 тыс.
Просмотров 27 тыс.
50% 1

Опубликовано:

 

24 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 47   
@UmairMateenKhan
@UmairMateenKhan 4 месяца назад
Awesome tutorial Ambarish. Keep up the good work.
@davemcshane5292
@davemcshane5292 8 месяцев назад
brilliant video!! Much better than the marketing ones from microsoft :)
@ambarishg
@ambarishg 8 месяцев назад
Wow, thanks!
@limjuroy7078
@limjuroy7078 5 месяцев назад
Here is my little 2 cents', can you do an end-to-end tutorial on how you do this, including creating Azure AI Service, Azure Storage as well as the coding part? 😅😅😅
@ambarishg
@ambarishg 5 месяцев назад
Great suggestion!
@xyz-vv5tg
@xyz-vv5tg 4 месяца назад
Please. I need it. I have no idea on Azure or any of its services. I'm just exploring and getting confused
@JohnPatrickGallagher
@JohnPatrickGallagher 2 месяца назад
I’ll second this, I’m getting Started and it’s a great tutorial so far!
@paullopez_ai
@paullopez_ai 8 месяцев назад
Great video! Thanks for sharing the code too, greatly appreciated.
@ambarishg
@ambarishg 8 месяцев назад
Glad to help!
@samosertogo
@samosertogo 7 месяцев назад
Well done! Brilliant work and very replicable. Thanks a lot!
@ambarishg
@ambarishg 7 месяцев назад
Many thanks!
@VivekGupta-zc1ue
@VivekGupta-zc1ue 17 дней назад
Awesome content. Here is the question -- can we upload the confluence page url and get the results from same origin.
@KenGarff-zp1mh
@KenGarff-zp1mh 3 месяца назад
Thanks for the video!
@murtuza.chawala
@murtuza.chawala 6 месяцев назад
Awesome Video I tried it too wanted to know any way we can do reinforcement learning making the bot train on our feedback
@pedromoraes5197
@pedromoraes5197 7 месяцев назад
Great video, Man!! Thanks for sharing.
@ambarishg
@ambarishg 7 месяцев назад
Thanks for watching!
@Melophile_Gaurav
@Melophile_Gaurav 2 месяца назад
Hey, this was helpful! :)
@italoaguiar
@italoaguiar 8 месяцев назад
thanks! very informative video!
@ambarishg
@ambarishg 8 месяцев назад
Glad it was helpful!
@limjuroy7078
@limjuroy7078 5 месяцев назад
What if I want the app "also" has the ability to upload our own PDF file and query the content of the just uploaded file through UI?
@ambarishg
@ambarishg 5 месяцев назад
Yes it is possble
@mohammadsohail6534
@mohammadsohail6534 8 месяцев назад
Hi @ambarishg Great video Will the Azure Search AI store the indexed data or it is stored in StorageAcount
@ambarishg
@ambarishg 8 месяцев назад
In Azure AI Search
@akankshamakkar8538
@akankshamakkar8538 Месяц назад
So here we need 3 services, right? azure openai, azure ai search and azure blob storage?
@andonii46
@andonii46 7 месяцев назад
Amazing video! One question, if you have the data source a blob storage, if you delete a pdf file from that blob storage, when you run the indexer is the reference and information about this deleted document deleted from the index as well? thanks!
@ambarishg
@ambarishg 7 месяцев назад
The data is stored in the Azure AI Search index. Please note that if we have to remove a document from the index, we have to delete it from the index. Please also note that in the file upload_docs.ipynb, the function remove_from_index can remove documents from the index
@ankan54
@ankan54 8 месяцев назад
have you tried creating a vector index in ACS? will vector search be better than semantic search?
@ambarishg
@ambarishg 8 месяцев назад
Good suggestion will try. Usually Hybrid search is better
@ambarishg
@ambarishg 7 месяцев назад
@ankan54 . Please have a look at the video ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-qJl3IdCKfvE.html where we discuss the following RAG with Azure AI Search with Azure OpenAI with different search techniques and Langchain with Conversation Chain, Prompt Template and Conversation Buffer 📍 Vector Search 📍 Hybrid Search 📍 Exhaustive KNN Search 📍 Hybrid Search with Semantic reranking 📍 RAG with Azure AI Search with Azure OpenAI 📍 Use Langchain with Conversation Chain 📍 Use Langchain with Prompt Template 📍 Use Langchain with Conversation Buffer
@indrayne1840
@indrayne1840 6 месяцев назад
Sir I have one doubt, like we are using Azure Cognitive search and the index updates everyday midnight. So we have both new content and old content with us. Now what I want is to retrieve the most recent content first and than old content. How can I implement it?
@Momentum_Option_Buyer
@Momentum_Option_Buyer 2 месяца назад
You didn't use vector database in this specific video (use case) to check data into vectors?
@ambarishg
@ambarishg 2 месяца назад
Please watch the following for VECTORS 1. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-BOPVh-0NM8U.html - Vector , Hybrid, Semantic search with Azure AI Search in 11 minutes 2. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-qJl3IdCKfvE.html -RAG With Azure AI Search using Vector/ Hybrid / Exhaustive KNN / Semantic Reranker in 15 minutes
@pooblock4092
@pooblock4092 3 месяца назад
Does this work with files with size large than 16mb?
@saideepj6998
@saideepj6998 2 месяца назад
Thanks for such a detailed content. Is the uploaded data going to private ? will that data be trained with open source LLM's . How to add extra layer of security to make sure that the uploaded data is within my private GPT
@sarak8467
@sarak8467 8 месяцев назад
Hi Ambarish, thank you for the very helpful video! I have an enquiry and I hope you could help me with it. So, on the Azure Platform, I have created a a Search Service and an OpenAI Service and connected both in order to be able to ask questions about the data stored on an index. The data is in a Blob Storage container that has multiple folders in it. What I want to do when searching for information, is to filter the folders; I want to choose the folder (either by name or path), so that the search service only returns the content of that folder, and then the openAI service uses that content as a reference to generate an answer to my question. Do you know how I could do that?
@ambarishg
@ambarishg 8 месяцев назад
In the code we have added metadata while putting data into the search index. Please add your customized metadata while putting the data into the search index. While doing the Search on Azure AI , we should provide the filter with the proper metadata and it should filter accordingly. Hope this helps. May be I should so a followup video explaining this in detail. Thanks again for your questions.
@sarak8467
@sarak8467 7 месяцев назад
@@ambarishg Thank you so muh for your reply! IT would be perfect if you could show us how to do it. If you can, please show us how to do it on Azure and through code. (I use either Python or C#) Thanks again!
@abhinavanand6660
@abhinavanand6660 3 месяца назад
hey in the section of env where could i find the index name of the ai search
@ambarishg
@ambarishg 3 месяца назад
index = "" This is in github.com/ambarishg/AZURE-AI-SEARCH/blob/main/.env.sample
@Momentum_Option_Buyer
@Momentum_Option_Buyer 2 месяца назад
1:01 Is Azure search is or acts like a vector database that keeps the knowledge? Please clarify I have seen several videos but confused on this question.
@krishnavasu3499
@krishnavasu3499 6 месяцев назад
Great video! Very helpful. Instead of azure AI search, if I wanted my retriever to be Qdrant, would it be possible? I have a few files in Qdrant and would like to use Azure open AI to get the output from Qdrant and give the result to the user. If possible, how could I do it?
@ambarishg
@ambarishg 6 месяцев назад
Yes you can! ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE--53xYR6yQAY.html This shows RAG with QDRANT [ RAG with Opensource Tools - Qdrant and Mistral in 6 minutes ]. You may please modify this for Azure Open AI
@ambarishg
@ambarishg 6 месяцев назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-h4F09fWhyhg.html This shows RAG with LlamaIndex - Qdrant and Azure OpenAI in 9 minutes
@shashanksagar4878
@shashanksagar4878 3 месяца назад
Do we not require any embeddings and vector database here? Also, is vector search not required? If so when is it required? Thank you
@user-pm1lh3kr9k
@user-pm1lh3kr9k 7 месяцев назад
hey can you please put sample env file and explain the parameters
@ambarishg
@ambarishg 7 месяцев назад
Sure.I will add the ENV File
@ambarishg
@ambarishg 7 месяцев назад
Added the .env.sample file in the repository.Hope this helps
Далее
RAG with Qdrant and Mistral in 6 minutes
6:01
Просмотров 1,7 тыс.
Х.евая доставка 😂
00:23
Просмотров 640 тыс.
Learn Azure OpenAI - Chat and Code with Your Own Data!
15:32
Microsoft AI Search Index - Vector Search
29:03
Просмотров 8 тыс.
Azure AI Search (Vector Search & Semantic Ranker)
24:16
Х.евая доставка 😂
00:23
Просмотров 640 тыс.