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
551 stars 345 forks source link

Search service SKU #302

Open matthewjward opened 3 months ago

matthewjward commented 3 months ago

Does the sku for the Search service need to be 'standard' (i.e. Standard S1)? Is quite an expensive resource at that sku, could maybe drop the default to Basic?

Thanks

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

N/A

Any log messages given by the failure

N/A

Expected/desired behavior

N/A

OS and Version?

N/A

Versions

Latest

Mention any other details that might be useful


Thanks! We'll be in touch soon.

tjoudeh commented 2 months ago

Basic should work, but you can't use the free tier as Managed identity is not supported with the free tier.