Thanks! Ai Anytime! AI Anytime Dive deep into the world of AI with meticulously crafted content that informs, inspires, and empowers. Stay ahead in the AI revolution with this essential guide
Hi, I was wondering, you put 3 files in the data folder as information for your app to explore as information, what if later, you want to add more documents, or else, some documents add more information/update information from previous documents (exemple: EUR money rate change every x time, so it needs update) how do you do that ? Do you put it all together in the data folder ? Is there a command line to do to update/recreate the database ? thank you for your video, very interesting
At 5:10 you mentioned about K=3 (number of documents to be scanned) If the answer can result from say 25 documents, how does it decide which of the 3 it should pick from 25? Is there any specific SORT logic it uses that can be parameterized?
Very good point. Loved the intricacies here, Prasanna. Yes there is some sort of mechanism placed for example Similarity search or Max marginal relevance search algorithms. You can look at this link to get more clarity on search kwargs: python.langchain.com/docs/use_cases/question_answering/how_to/vector_db_qa
Parabéns pelo trabalho! Só temos a agradecer por essa montanha de conhecimentos! Se você conseguir fazer um vídeo com esse propósito, porém com ferramentas open-source, seria muito bom! Parabéns!
This is such a brilliant video. Thank you so much. Just one question. If I upload the blob storage manually with new files while the app is still running, will the new data be vectorized automatically?
I have been working with Azure OpenAi and i wanted to confirm something. For every follow up question, do you have to send all the previous chats as well?
Great stuff, I have been going through your videos recently and loved all of it. Question: can I opt for free tier or basic plan for Cognitive search by making changes to the bicep file? Will it support for less 50mb size? I understand the limitation, however still want to carry out POC with low cost.
@@AIAnytime If a user has a similar case, as in the databank. with maybe slight differences, can the databank then output a possible solution to the case based off lots and lots of previous data? Thanks a lot for your fast reply! Greetings from Austria:)
Almost got it - it failed with the following mssage - Deployment Error Details: InvalidTemplateDeployment: The template deployment 'openai' is not valid according to the validation procedure. The tracking id is 'f845b724-4380-47ef-9e91-1d12cb67cc44'. See inner errors for details. SpecialFeatureOrQuotaIdRequired: The subscription does not have QuotaId/Feature required by SKU 'S0' from kind 'OpenAI' or contains blocked QuotaId/Feature. Any ideas ?
Thank you so much for the video, it was incredibly informative. What is the best way to update the data later on down the line? Let's say a judge or lawyer asked for an additional set of case studies - how would you go about uploading them to the bot? Could you just add it to your blob storage instance created during configuration?
Thank you for this video. Azure is charging a lot of money using this method even during off hours and using it only for a few minutes. Can you help resolve this issue. TY.
How can we add an extension to the app? for example, we want to ask users for feedback on the bot's answer, if it's helpful, accurate, and complete. We wanted to integrate that into the conversational aspect of the chatbot. After answer the question, the bot would ask user "would you like to rate my response?" and user would be selecting Yes or No. If yes, then the bot would ask if it's accurate, user would rate... at the end of the survey, all these will be logged into a spreadsheet (question, answer, rating...) for review.
Hello Bhavyabhai I tried this steps, when I start deployment using " azd up " i got auth error while creating some services, some of them are created on my azure. can you please guide me, in code where exactly I find the service creation part? Thank you so much for this amazing informative video.
Hi, impressive work. When I tried to execute "azd up" I'm getting the below error. ERROR: Could not build wheels for aiohttp, tiktoken, which is required to install pyproject.toml-based projects Any indicator to solve this would be appreciated.
I didn't see Hallucination with the questions I had asked. This has been the best performance so far. Let me know if you see any hallucinations with this solution.
bhayya, make a video dedicating to Microsoft Azure and its Payment Subsricption. Ppl are getting confused and We need to know is our data is safe or not
Hello good sir, your video helped me a lot, but have you separatly instlled npm, cause I am getting this error: Packaging services (azd package) (x) Failed: Packaging service backend ERROR: error executing step command 'package --all': failed packaging service 'backend': failed invoking event handlers for 'prepackage', 'prepackage' hook failed with exit code: '1', Path: 'C:\Users\volsh\AppData\Local\Temp\azd-prepackage-4040297706.ps1'. : exit code: 1, stdout: , stderr: npm: C:\Users\volsh\AppData\Local\Temp\azd-prepackage-4040297706.ps1:4 Line | 4 | cd ../frontend;npm install;npm run build | ~~~ | The term 'npm' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the | spelling of the name, or if a path was included, verify that the path is correct and try again. Thanks and have a good time
I am really impressed with what this channel has become. Probably the best content on TH-cam right now 👍❤
Glad you enjoy it!
Thanks! Ai Anytime!
AI Anytime Dive deep into the world of AI with meticulously crafted content that informs, inspires, and empowers. Stay ahead in the AI revolution with this essential guide
As usual, always great stuff in your channel. I can't wait for the future open source versions!
Glad you like them! A few open source videos of similar nature can be found in my LLM playlists.
Hi,
I was wondering, you put 3 files in the data folder as information for your app to explore as information, what if later, you want to add more documents, or else, some documents add more information/update information from previous documents (exemple: EUR money rate change every x time, so it needs update) how do you do that ?
Do you put it all together in the data folder ? Is there a command line to do to update/recreate the database ?
thank you for your video, very interesting
azd up
At 5:10 you mentioned about K=3 (number of documents to be scanned)
If the answer can result from say 25 documents, how does it decide which of the 3 it should pick from 25?
Is there any specific SORT logic it uses that can be parameterized?
Very good point. Loved the intricacies here, Prasanna. Yes there is some sort of mechanism placed for example Similarity search or Max marginal relevance search algorithms. You can look at this link to get more clarity on search kwargs: python.langchain.com/docs/use_cases/question_answering/how_to/vector_db_qa
If i want to add documents later do i have to do the same process again or can i upload directly to the azure storage
was really waiting on this vid time to study
Thanks. Hope you liked it.
Parabéns pelo trabalho!
Só temos a agradecer por essa montanha de conhecimentos!
Se você conseguir fazer um vídeo com esse propósito, porém com ferramentas open-source, seria muito bom!
Parabéns!
This is such a brilliant video. Thank you so much. Just one question. If I upload the blob storage manually with new files while the app is still running, will the new data be vectorized automatically?
I have been working with Azure OpenAi and i wanted to confirm something.
For every follow up question, do you have to send all the previous chats as well?
Great stuff, I have been going through your videos recently and loved all of it. Question: can I opt for free tier or basic plan for Cognitive search by making changes to the bicep file? Will it support for less 50mb size? I understand the limitation, however still want to carry out POC with low cost.
Thanks.... basic plans will be a great start! Less than 50mb, go ahead and build the PoC and show it to clients. Then scale it later....
So, did the basic plan work?
So this is just for retrieving info? or can u make this also solve cases with similar situations?
Can you explain in more detailed.
@@AIAnytime If a user has a similar case, as in the databank. with maybe slight differences, can the databank then output a possible solution to the case based off lots and lots of previous data? Thanks a lot for your fast reply! Greetings from Austria:)
What can be the cost I can expect to build this for production? (Assuming I have 100Gb of data)
Did you get the answer?
Great Stuff! Could you please also share how can we change/add the data after deployment?
Almost got it - it failed with the following mssage - Deployment Error Details:
InvalidTemplateDeployment: The template deployment 'openai' is not valid according to the validation procedure. The tracking id is 'f845b724-4380-47ef-9e91-1d12cb67cc44'. See inner errors for details.
SpecialFeatureOrQuotaIdRequired: The subscription does not have QuotaId/Feature required by SKU 'S0' from kind 'OpenAI' or contains blocked QuotaId/Feature.
Any ideas ?
Basically Azure Cognitive Search acts like Llama Index in this tech stack?
Thank you so much for the video, it was incredibly informative. What is the best way to update the data later on down the line? Let's say a judge or lawyer asked for an additional set of case studies - how would you go about uploading them to the bot? Could you just add it to your blob storage instance created during configuration?
Thank you for the video.I will try to build it and test the accuricy of resonses.
Pls let me know your findings.
Can it also process scanned text documents? Thanks for the content.
How can you connect this to an Elasticsearch Index instead of using Azure Cognitive Search?
Very good idea. I am working on something similar, will release that video soon.
Thank you for this video. Azure is charging a lot of money using this method even during off hours and using it only for a few minutes. Can you help resolve this issue. TY.
Thank you for the video. Question, I'm not a coder so don't laugh but how do I add UI?
How can we add an extension to the app? for example, we want to ask users for feedback on the bot's answer, if it's helpful, accurate, and complete. We wanted to integrate that into the conversational aspect of the chatbot. After answer the question, the bot would ask user "would you like to rate my response?" and user would be selecting Yes or No. If yes, then the bot would ask if it's accurate, user would rate... at the end of the survey, all these will be logged into a spreadsheet (question, answer, rating...) for review.
Hello Bhavyabhai
I tried this steps, when I start deployment using " azd up " i got auth error while creating some services, some of them are created on my azure. can you please guide me, in code where exactly I find the service creation part?
Thank you so much for this amazing informative video.
can you share this repo please the new one is a bit more complex
sir to create this project is it free to use or does it require open Ai api key
It requires Azure access.
Not slowing down 😂... Liked.
Thanks
Hi, impressive work. When I tried to execute "azd up" I'm getting the below error.
ERROR: Could not build wheels for aiohttp, tiktoken, which is required to install pyproject.toml-based projects
Any indicator to solve this would be appreciated.
Very helpful video.... thank you
Glad it was helpful!
Awesome content as always - How to get rid of hallucinations in response?
I didn't see Hallucination with the questions I had asked. This has been the best performance so far. Let me know if you see any hallucinations with this solution.
What to do if i ask this to simplify the pdf and download it again the simplified version
You have to design the prompt that way and a file post-processing functions need to be added.
Please tell me how to with aws mistral model
Streamlit is so much simpler than all of these typescript and react files for an app
Yes but sometimes you can't show a Streamlit app to a client. They demand more.
what to do if we want to extract exact data as in our document for any query?
Temperature needs to be 0. Semantic search algorithms need to be tweaked. The retriever I mean.
bhayya, make a video dedicating to Microsoft Azure and its Payment Subsricption. Ppl are getting confused and We need to know is our data is safe or not
Sure Akhil. Will create one.
@@AIAnytime all of your videos are top notch bhayya 🙌🏻
I had run this project with Azure student starter account ,but I was end up with "Failed: App Service plan:" error 😌😔
This probably might not work with a student account. Let me do a double check anyway.
@@AIAnytime hey have you checked about student account? please let us know, that will be very helpful. thank you.
Very neat
Thank you! Cheers!
What if a want to use whisper in case the user wants to send an audio what can I do ?
Changes need to be done in backend. Put whisper logic into the python file. On frontend, you would need an icon for the microphone or something.
How to protect a company's information with technology ?
awesome
How can I contact you?
Plz find my contact details or social media through my TH-cam banner or about us channel.
are you on x?
No, I am on LinkedIn and GitHub. Don't use X which spreads fake news.
Cog search is to expensive
Yes but Enterprises who are already on Azure cloud, they prefer this sort of solutions.... cost, performance and scalability all Trade-offs.
Is Christmas already ?
Haha 🤣... Gifted by father.
Hello good sir, your video helped me a lot, but have you separatly instlled npm, cause I am getting this error:
Packaging services (azd package)
(x) Failed: Packaging service backend
ERROR: error executing step command 'package --all': failed packaging service 'backend': failed invoking event handlers for 'prepackage', 'prepackage' hook failed with exit code: '1', Path: 'C:\Users\volsh\AppData\Local\Temp\azd-prepackage-4040297706.ps1'. : exit code: 1, stdout: , stderr: npm: C:\Users\volsh\AppData\Local\Temp\azd-prepackage-4040297706.ps1:4
Line |
4 | cd ../frontend;npm install;npm run build
| ~~~
| The term 'npm' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the
| spelling of the name, or if a path was included, verify that the path is correct and try again.
Thanks and have a good time