Azure-Samples / azure-search-openai-demo

A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
https://azure.microsoft.com/products/search
MIT License
6.16k stars 4.18k forks source link

Broken Link in README #1033

Open ryanpfalz opened 11 months ago

ryanpfalz commented 11 months ago

Please provide us with the following information:

This issue is for a: (mark with an x)

- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [x] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

  1. Visit https://github.com/Azure-Samples/azure-search-openai-demo
  2. Click on the 'how to switch to an OpenAI instance' link in the Azure account requirements section

Expected/desired behavior

The page jumps to the appropriate section (e.g., the 'Openai.com OpenAI' section)

Actual behavior

The link points to a non-existent section, so nothing happens.

Mention any other details that might be useful

The link needs to be updated on this line of the README.

siegfried01 commented 11 months ago

I would loved to see this fixed so I can try it out.

Looks like I posted in the wrong place: https://learn.microsoft.com/en-us/answers/questions/1457237/how-to-use-the-public-openai-api-for-cognitive-sea

pamelafox commented 11 months ago

Sorry, it should link to https://github.com/Azure-Samples/azure-search-openai-demo#openaicom-openai I'll send a PR when I have the chance, thanks!