Azure-Samples / azure-search-openai-demo-csharp

A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure Cognitive Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
MIT License
617 stars 403 forks source link

Added `/documents` route #147

Closed IEvangelist closed 1 year ago

IEvangelist commented 1 year ago

This PR:

Contributes to #132

Loading Documents

image

Existing Documents

image

Filter Documents

image

Select PDF Documents To Upload

image

Expand Upload Selections

image

IEvangelist commented 1 year ago

@IEvangelist are these changes the same as those from #141

Yeah, some are the same, so I closed the other one.

IEvangelist commented 1 year ago

@IEvangelist does this commit also address the DALL-E change? I'm not seeing changes to that section.

Yes, the DALL-E change is there.