End To End LLM Conversational Q&A Chatbot With Deployment

preview_player
Показать описание
----------------------------------------------------------------------------------------------------
Complete Langchain Playlist:
--------------------------------------------------------------------------------------------------------
Support me by joining membership so that I can upload these kind of videos
------------------------------------------------------------------------------------------------------------------------------
►Data Science Projects:

►Learn In One Tutorials

►Learn In a Week Playlist

►Detailed Playlist:
Рекомендации по теме
Комментарии
Автор

Can you do one with the hugging face model like falcon's one they are free to use so we don't need to spend on credit

SaurabhSingh-oiev
Автор

Hello Krish,
I got that error which you was probably expecting while running the streamlit app.
The error was something like
ValidationError: 1 validation error for ChatOpenAI __root__ Did not find openai_api_key, please add an environment variable `OPENAI_API_KEY` which contains it, or pass `openai_api_key` as a named parameter. (type=value_error)

For which I just added in ' chat = ChatOpenAI(openai_api_key=os.getenv("OPEN_API_KEY"), temperature=0.3) ' and the streamlit UI worked for me.
Thanks for the interactive coding practice !!!

kajalm
Автор

Hi Krish, how I will decide that which GPT version will suitable for my project as below code? Please send any guideline/rule regarding this. Thank you.
chatllm=ChatOpenAI(openai_api_key=os.environ["OPEN_API_KEY"], temperature=0.6, model='gpt-3.5-turbo')

gauravfamily
Автор

Hi,
I have sequencial and time- series data like employee name, time, date, company, motion sensor, heat sensor and many more target column switches on/off binary classification which neural network(deep learning ) best work on this binary classification except ML algorithms.

Any suggestion how to implement this type of data start to end

kusumanjalikapgate
Автор

Bhai can you make a playlist where you make a chatbot and use it in a django project. It would be quite helpful. Thank you

FUADMAHBUB-vluh
Автор

Hi Krish sir!
Thank you so much for making videos on LLM.
Can you make a video on this problem statement:
The problem at hand involves creating a chatbot or interface that connects to the AdventureWorks database and interprets natural language queries to fetch accurate and meaningful data. This task aims to simplify data retrieval and analysis for users by offering an intuitive, conversational interface.

princechoudhury
Автор

Perfect… Any plan for Google palm with langchain ?

eyekathir
Автор

When will the data scientist jobs recruitment start...the call frequency is very low currently...

rugvedwankhade
Автор

instead of Open AI how we can use llama 3 or any open source LLM without worrying about API limit?

ArunkumarMTamil
Автор

how would be integerate this along with vector db based RAG.

pyclassy
Автор

Sir iNeuron course recorded videos are not playing...it is showing playback suspended

sumitrawall
Автор

hello @Krish Sir, I am planning to buy a budget gaming laptop and my main usage is programming, engineering tasks, AI and machine learning and i won't be gaming.
I have shortlisted two options for me
1. Acer nitro 5 with i5 12450h, rtx 4050 graphics, 16gb ddr5 ram, 512 gb ssd
2. Acer nitro 5 with i7 12650h, rtx 3050 graphics, 16gb ddr5 ram, 512 gb ssd

both of these are available at similar pricing in my region(Nepal). So what should i go for, an i7 processor with ddr4 ram and rtx 3050 graphics or an i5 processor with ddr5 ram and rtx 4050 graphics. I am looking forward for you suggestion.

pradipbastola
Автор

hi there, are you integrating the chatbot in messanger or in any app?

mihaelacostea
Автор

Could you please prepare a llm chatbot using free open source packages like Falcon...., .. ? Openai is a chargeable one.

Sandeep_Kotha
Автор

Sir do the same using meta llama or Google palm or use hugging face llms instead of openai and use custom data as context

vasanthkumar
Автор

Now how do I integrate it into my web application?

JoEl-jxdm
Автор

can anyone help me with this error
"DefaultCredentialsError: Your default credentials were not found.

pallavisharma
Автор

it a humble request Krish, please do not use streamlit, nobody uses streamlit in production

satyamoahnty
Автор

please do one project with open source llms

DARK-fsrz
Автор

Sir now a day open ai is not provided free api key why?

shakeebanwar