Azure-Samples / ai-rag-chat-evaluator

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

Where to give input data to generate ground truth samples from? #5

Closed Niharika6442 closed 5 months ago

Niharika6442 commented 5 months ago

I'm trying to generate ground truth examples, where are we providing the data here?

pamelafox commented 5 months ago

It's set up to pull documents from an Azure AI Search index, but I failed to document the environment variables. Will do now!

pamelafox commented 5 months ago

Here you go: https://github.com/Azure-Samples/ai-rag-chat-evaluator?tab=readme-ov-file#running-the-generator-script

Let me know if you have follow-up questions!