Azure-Samples / ai-rag-chat-evaluator

Tools for evaluation of RAG Chat Apps using Azure AI Evaluate SDK and OpenAI
MIT License
209 stars 75 forks source link

Update env to match azure-search-openai-demo #6

Closed dfberry closed 8 months ago

dfberry commented 8 months ago

I think this rename allows me to deploy azure-search-openai-demo, then do azd env refresh with that env name, and use all those resources (not having to recreate them) and just this source code. I don't see that val used in source code so didn't change anything else.

pamelafox commented 8 months ago

Hm. So I renamed it here because we support non-Azure OpenAI models. We'd ideally rename in azure-search-openai-demo as well, but then that'd make it difficult for anyone who pulls from main.

dfberry commented 8 months ago

Ok, I understand.