How To Use Langchain With Azure OpenAI

preview_player
Показать описание
If you are new to Azure OpenAI and not sure how to make it work with Langchain, then this video is for you.

** REFERRAL LINK *************
** REFERRAL LINK *************

###### MORE PLAYLISTS ######

#Azure #openai #chatgpt
Рекомендации по теме
Комментарии
Автор

I believe you currently do some of the very best tutorials that are out there. It's hands on and even despite being 1 year old already, together with the documentation it's easily applicable. Thank you

Anna-fo
Автор

Thanks for the explanation. Is there a way to use an Azure OpenAI embeddings deployment rather than importing the standard OpenAIEmbeddings class?

TP-uixu
Автор

Wow, very helpful, thank you so much!

KB-cpgo
Автор

embeddings = OpenAIEmbeddings()
vectorstore = Chroma.from_texts(text, embeddings)

Why bove codes get me the following errors:
InvalidRequestError: The API deployment for this resource does not exist.

scbaek
Автор

hi mam. watched your video as python is not my first lang as a coder. but it was so simple and well explained. subscribing to the channel for more knowledge. thanx once again.

rishumehta
Автор

Thanks!! Just a question: In case we need to load the data from Azure blob then How can we do this?

lalitkhanna
Автор

Thank you for this video. I have a question.When i try this it return random question and answers after my question's answer. I never find why it is happend

eminebakr
Автор

Thank you for your explanation it was very helpful. Could you do a demostration with multiple PDF files using Azure OpenAI?

fabianzambrano
Автор

Great explanation, When I followed what you said, this is what happened: "The API deployment for this resource does not exist. If you created the deployment within the last 5 minutes, please wait a moment and try again." and also show "Argument missing for parameter "client"" in the code, what should i do?🤔

jackielannn
Автор

hello shweta, thank you for this tutorial i want to ask you if you have any ideas of how to adapt a hugging face model in order to deploy it on azure open ai

nahedkacem
Автор

@Shweta Can we use llamaindex with azure openai

cynogriffin
Автор

Hello Shweta, can i use gpt-35-turbo model for the same code?

shashankjoshi
Автор

Hi Shweta, great video i have been following lot of your videos .Can you please show how vector stor can be created using azure search service...

tushaar
Автор

Hi Shweta...Great Session...Could you pls brief about token limits in Azure OpenAI?

PonSudhirSajanSivasankaran
Автор

Hi, Shweta
firstly, thanks a lot for your efforts
I'm a junior in programming and this channel has become my lovely destination on YouTube
but, I faced an error in this line of code
.{
with open('turtles.pdf') as f:
text = f.read()
}

the errror is:
'utf-8' codec can't decode byte 0xe2 in position 10: invalid continuation byte
.
How can I fix it, please?

itshhossam
Автор

How can I put this into a frontward facing user interface? I'm new here :)

theaiconsultinglab
Автор

Hi, how to resolve the rate limit in Azure OpenAI with LangChain?

李昊典
Автор

is access to Azure openai below generally available?

heythere