Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
๐
๐
๐
Powered by
Hall
Inactive
Updated 2 months ago
0
Follow
Azure
Azure
Inactive
0
Follow
t
theOldPhilosopher
last year
ยท
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
last year
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
last year
I am using GPT-3.5.
t
theOldPhilosopher
last year
Thanks you I remember now Azure Open AI model is trained on chatbase dataset.
t
theOldPhilosopher
last year
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
last year
like this
embed_model = LangchainEmbedding(HuggingFaceEmbeddings())
L
Logan M
last year
Yea it's fine to use huggingface embeddings for this, while using an openai LLM!
t
theOldPhilosopher
last year
Thanks man
Add a reply
Sign up and join the conversation on Discord
Join on Discord