Log in
Log into community
Find answers from the community
View all posts
Related posts
Was this helpful?
π
π
π
Powered by
Hall
Inactive
Updated 4 months ago
0
Follow
Azure
Azure
Inactive
0
Follow
At a glance
t
theOldPhilosopher
2 years ago
Β·
I am using Azure Open AI for QnA but when it is giving us responses from the query It is generating multiple questions and giving their answers. I tried to chang the prompt but in response I am also getting the context.
L
t
7 comments
Share
Open in Discord
L
Logan M
2 years ago
Are you using gpt-3.5 or gpt-4? You'll have to use the AzureChatOpenAI class from langchain, rather than AzureOpenAI from langchain
t
theOldPhilosopher
2 years ago
I am using GPT-3.5.
t
theOldPhilosopher
2 years ago
Thanks you I remember now Azure Open AI model is trained on chatbase dataset.
t
theOldPhilosopher
2 years ago
I want to ask you is it necessary for me to use Azure Open AI embeddings I can use HuggingFace default embeddings or not?
t
theOldPhilosopher
2 years ago
like this
embed_model = LangchainEmbedding(HuggingFaceEmbeddings())
L
Logan M
2 years ago
Yea it's fine to use huggingface embeddings for this, while using an openai LLM!
t
theOldPhilosopher
2 years ago
Thanks man
Add a reply
Sign up and join the conversation on Discord
Join on Discord