microsoft / azurechat

🤖 💼 Azure Chat Solution Accelerator powered by Azure Open AI Service
MIT License
1.24k stars 1.21k forks source link

Compare to other repo ? #207

Closed nselvase closed 1 year ago

nselvase commented 1 year ago

Not an issue but would like to get an opinion:

What is the difference between this repo and https://github.com/Azure-Samples/azure-search-openai-demo ?

davidxw commented 1 year ago

Hi @nselvase , these repos are similar in many respects, especially in their demonstration of the RAG approach to chatting over documents. Azure Chat offers a few additional features however such as general chat, mandatory authentication, and an application wide persistent chat history accessible to authorised users.

craigofnz commented 1 year ago

@nselvase, opinions and all. But at currently functionality, they could be complementary for out of the box demonstration purposes:

nselvase commented 1 year ago

Thank you!