microsoft / sample-app-aoai-chatGPT

Sample code for a simple web chat experience through Azure OpenAI, including Azure OpenAI On Your Data.
MIT License
1.59k stars 2.48k forks source link

docs: add note on AOAI On Your Data service support for vector search… #887

Closed MoustafaAMahmoud closed 4 months ago

MoustafaAMahmoud commented 4 months ago

… in Cosmos DB

Motivation and Context

Description

Contribution Checklist

MoustafaAMahmoud commented 4 months ago

Thanks a lot for your contribution! I think the location of your change needs to be updated though -- we currently support multiple use cases for CosmosDB, one being as a datasource where vector search is the only option, and the other being for chat history. This change is currently located under the chat history settings description.

I think we may actually need a separate heading for each datasource to describe this correctly. Would you mind writing a separate heading (similar to what we have in the README for Azure Cognitive Search) to describe the use of the Cosmos DB datasource, and move your note to that section?

Got your point. will update this.

MoustafaAMahmoud commented 4 months ago

I closed this PR, and opened two new ones https://github.com/microsoft/sample-app-aoai-chatGPT/pull/895 https://github.com/microsoft/sample-app-aoai-chatGPT/pull/894