Find answers from the community

Updated 2 months ago

Azure

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
Are you using gpt-3.5 or gpt-4? You'll have to use the AzureChatOpenAI class from langchain, rather than AzureOpenAI from langchain
I am using GPT-3.5.
Thanks you I remember now Azure Open AI model is trained on chatbase dataset.
I want to ask you is it necessary for me to use Azure Open AI embeddings I can use HuggingFace default embeddings or not?
like this embed_model = LangchainEmbedding(HuggingFaceEmbeddings())
Yea it's fine to use huggingface embeddings for this, while using an openai LLM!
Add a reply
Sign up and join the conversation on Discord