Building a chatbot using OpenAI and RAG
I’m trying to choose an approach for building an internal company chatbot using OpenAI and Microsoft stack. I am surprised that it’s hard to find a clear comparison of available options in Azure world for such a popular topic nor a reference architecture.
My key requirements are:
The RAG chat applications using azure open ai models and embeddings not working properly
I have been building a RAG chat application using Azure Open AI model (gpt-35-turbo) and azure embeddings (ada-embedding-002). Here I am providing the prompt templates and the RAG chain.